Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest_test.go39 outPath := "/my_test/linux_glibc_x86_64_" + name + "/" + name
40 if !strings.Contains(testingBuildParams.Output.String(), outPath) {
41 t.Errorf("wrong output: %v expect: %v", testingBuildParams.Output, outPath)
58 outPath := "/my-test/linux_glibc_x86_64_" + name + "/" + name
60 if !strings.Contains(testingBuildParams.Output.String(), outPath) {
61 t.Errorf("wrong output: %v expect: %v", testingBuildParams.Output, outPath)
/build/soong/cc/
Dsnapshot_utils.go71 outPath := android.PathForOutput(ctx, out)
75 Output: outPath,
81 return outPath
85 outPath := android.PathForOutput(ctx, out)
88 Output: outPath,
94 return outPath
/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()