Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dsnapshot_utils.go71 outPath := android.PathForOutput(ctx, out)
75 Output: outPath,
81 return outPath
85 outPath := android.PathForOutput(ctx, out)
89 Output: outPath,
92 return outPath
96 outPath := android.PathForOutput(ctx, out)
99 Output: outPath,
105 return outPath
/build/soong/rust/
Dtest_test.go31 outPath := testingModule.Output("my_test").Output.String()
32 if !strings.Contains(outPath, expectedOut) {
33 t.Errorf("wrong output path: %v; expected: %v", outPath, expectedOut)
/build/make/tools/atree/
Datree.cpp253 directories.insert(it->outPath); in main()
255 string s = dir_part(it->outPath); in main()
267 deleted.insert(it->outPath); in main()
287 deleted.count(it->outPath) == 0) { in main()
288 debug_printf("remove %s\n", it->outPath.c_str()); in main()
289 err = remove_recursively(it->outPath); in main()
317 it->outPath.c_str(), it->outMod); in main()
320 err = copy_file(it->sourcePath, it->outPath); in main()
330 debug_printf("strip %s\n", it->outPath.c_str()); in main()
331 err = strip_file(it->outPath); in main()
Dfiles.h33 string outPath; member
Dfiles.cpp366 rec->outPath = path_append(base, rec->outName); in stat_out()
370 err = stat(rec->outPath.c_str(), &st); in stat_out()