Searched defs:abspath (Results 1 - 9 of 9) sorted by path

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_folder_finder.cc226 base::FilePath abspath = base::MakeAbsoluteFilePath(path); local
227 if (abspath.empty())
231 if (abspath == graylisted_folders_[i] ||
232 abspath.IsParent(graylisted_folders_[i])) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py50 def abspath(self, path): member in class:FileSystem
51 return os.path.abspath(path)
H A Dfilesystem_mock.py78 def abspath(self, path): member in class:MockFileSystem
81 return self.abspath(self.join(self.cwd, path))
84 return self.abspath(path)
344 # (see http://docs.python.org/library/os.path.html#os.path.abspath )
347 start = self.abspath(start)
348 path = self.abspath(path)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c275 char *curdir, *abspath; local
278 abspath = yasm__combpath(curdir, path);
281 return abspath;
/external/chromium_org/v8/tools/
H A Dandroid-run.py39 from os.path import join, dirname, abspath namespace
90 workspace = abspath(join(dirname(sys.argv[0]), '..'))
H A Dnacl-run.py34 from os.path import join, dirname, abspath namespace
H A Dpresubmit.py40 from os.path import abspath, join, dirname, basename, exists namespace
440 workspace = abspath(join(dirname(sys.argv[0]), '..'))
/external/e2fsprogs/util/
H A Dsymlinks.c117 static int shorten_path (char *path, char *abspath) argument
124 while (abspath && strlen(abspath) > 1 && (p = strstr(path,"../"))) {
143 a = abspath + strlen(abspath) - 1;
145 if (a <= abspath)
148 if (a <= abspath)
164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local
176 abspath[0] = '\0';
178 strcat(abspath,pat
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))

Completed in 671 milliseconds