Searched refs:filepath (Results 1 – 10 of 10) sorted by relevance
/tools/treble/hacksaw/workspace/ |
D | copier.go | 44 if pathToCheck, err = filepath.Rel(codebaseDir, pathToCheck); err != nil { 59 for dir := project; dir != "." && dir != "/"; dir = filepath.Dir(dir) { 66 if pathToCheck, err = filepath.Rel(codebaseDir, pathToCheck); err != nil { 81 return filepath.Walk(codebaseDir, 92 if path == filepath.Clean(codebaseDir) { 97 if path == filepath.Join(codebaseDir, ".repo") { 98 return filepath.SkipDir 107 return filepath.SkipDir 123 return filepath.SkipDir 133 relPath, err := filepath.Rel(codebaseDir, sourcePath) [all …]
|
D | workspace.go | 98 dir := filepath.Join(w.topDir, workspaceName) 131 workspaceDir, err = filepath.Abs(workspaceDir) 137 workspaceDir, err = filepath.EvalSymlinks(workspaceDir) 161 project, err := filepath.Rel(workspaceDir, unbindPath) 173 codebaseProject := filepath.Join(codebaseDir, project) 174 workspaceProject := filepath.Join(workspaceDir, project) 242 editPath, err := filepath.Abs(editPath) 246 editPath, err = filepath.EvalSymlinks(editPath) 270 wsProjectPath := filepath.Join(workspaceDir, relProjectPath) 277 cbProjectPath := filepath.Join(codebaseDir, relProjectPath) [all …]
|
D | compose.go | 72 source := filepath.Join(codebasePath, project) 73 destination := filepath.Join(workspacePath, project) 136 listPath, err := filepath.EvalSymlinks(listPath)
|
/tools/treble/hacksaw/bind/ |
D | local.go | 43 for dir := filepath.Dir(inPath); dir != "." && dir != "/"; dir = filepath.Dir(dir) { 45 if filepath.Base(dir) == "hacksaw" { 54 source, err := filepath.EvalSymlinks(source) 58 destination, err = filepath.EvalSymlinks(destination) 74 source, err := filepath.EvalSymlinks(source) 78 destination, err = filepath.EvalSymlinks(destination) 89 destination, err := filepath.EvalSymlinks(destination)
|
/tools/asuite/atest-py2/ |
D | test_mapping.py | 148 os.path.relpath(filepath, test_mapping_dir) 149 for filepath in fnmatch.filter(modified_files,
|
/tools/asuite/atest/ |
D | test_mapping.py | 146 os.path.relpath(filepath, test_mapping_dir) 147 for filepath in fnmatch.filter(modified_files,
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main.go | 58 topDir := filepath.Join(home, "hacksaw") 67 topDir, err = filepath.EvalSymlinks(topDir)
|
/tools/test/openhst/ |
D | stress_test.proto | 55 // The filepath to save the output of this file on the local machine. If 70 // The filepath to save the output of this process on the local machine. If
|
/tools/treble/hacksaw/codebase/ |
D | codebase.go | 28 absPath, err := filepath.Abs(path)
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 762 def load_simulation_paramfile(self, filepath): argument 771 cmd = "LOADSIMPARAM \"" + filepath + '\";ERROR?' 774 def load_cell_paramfile(self, filepath): argument 784 cmd = "LOADCELLPARAM \"" + filepath + '\";ERROR?'
|