Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/atree/
Datree.cpp316 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()
Dfiles.h26 string sourcePath; member
Dfiles.cpp350 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/
Dfs.go565 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,