Searched defs:AbsolutePath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome_frame/tools/
H A Dsmoke_test.py20 def AbsolutePath(path): function
32 _CHROME_SOLUTION = AbsolutePath('chrome/chrome.sln')
37 AbsolutePath('chrome/chrome.vcproj'),
40 AbsolutePath('chrome_frame/npchrome_frame.vcproj'),
43 AbsolutePath('chrome_frame/chrome_frame_unittests.vcproj'),
44 AbsolutePath('chrome_frame/crash_reporting/vectored_handler_tests.vcproj'),
47 AbsolutePath('chrome_frame/chrome_frame_tests.vcproj'),
48 AbsolutePath('chrome_frame/chrome_frame_net_tests.vcproj'),
49 AbsolutePath('chrome_frame/chrome_frame_perftests.vcproj'),
/external/chromium_org/tools/
H A Dlicenses.py243 def AbsolutePath(path, filename, root): function
302 license_path = AbsolutePath(path, filename, root)
315 required_path = AbsolutePath(path, metadata["Required Text"], root)
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp334 SmallString<16> AbsolutePath; local
336 sys::path::append(AbsolutePath, CompilationDir);
338 sys::path::append(AbsolutePath, FileName);
339 FileName = AbsolutePath.str();
/external/chromium/base/
H A Dfile_util_posix.cc85 bool AbsolutePath(FilePath* path) { function in namespace:file_util
236 if (!AbsolutePath(&real_to_path))
240 if (!AbsolutePath(&real_to_path))
244 if (!AbsolutePath(&real_from_path))
H A Dfile_util_win.cc80 bool AbsolutePath(FilePath* path) { function in namespace:file_util
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc270 base::FilePath MediaGalleryPrefInfo::AbsolutePath() const { function in class:chrome::MediaGalleryPrefInfo
282 base::FilePath path = AbsolutePath();
307 return AbsolutePath().LossyDisplayName();

Completed in 290 milliseconds