Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 10 of 10) sorted by relevance

/tools/treble/hacksaw/workspace/
Dcopier.go44 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 …]
Dworkspace.go98 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 …]
Dcompose.go72 source := filepath.Join(codebasePath, project)
73 destination := filepath.Join(workspacePath, project)
136 listPath, err := filepath.EvalSymlinks(listPath)
/tools/treble/hacksaw/bind/
Dlocal.go43 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/
Dtest_mapping.py148 os.path.relpath(filepath, test_mapping_dir)
149 for filepath in fnmatch.filter(modified_files,
/tools/asuite/atest/
Dtest_mapping.py146 os.path.relpath(filepath, test_mapping_dir)
147 for filepath in fnmatch.filter(modified_files,
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go58 topDir := filepath.Join(home, "hacksaw")
67 topDir, err = filepath.EvalSymlinks(topDir)
/tools/test/openhst/
Dstress_test.proto55 // 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/
Dcodebase.go28 absPath, err := filepath.Abs(path)
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py762 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?'