Searched refs:sourcePath (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/atree/ |
D | atree.cpp | 316 it->sourcePath.c_str(), it->sourceMod, in main() 320 err = copy_file(it->sourcePath, it->outPath); in main() 348 escape_filename(it->sourcePath).c_str()); in main()
|
D | files.h | 26 string sourcePath; member
|
D | files.cpp | 350 rec->sourcePath = full; in locate() 400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); in add_more() 402 int err = stat(r.sourcePath.c_str(), &st); in add_more()
|
/build/soong/finder/fs/ |
D | fs.go | 565 func (m *MockFs) Rename(sourcePath string, destPath string) error { 567 sourcePath, err := m.resolve(sourcePath, false) 571 sourceParentPath := filepath.Dir(sourcePath) 579 Path: sourcePath, 586 Path: sourcePath, 613 sourceBase := filepath.Base(sourcePath) 624 Path: sourcePath,
|