Home
last modified time | relevance | path

Searched defs:parent_path (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.h64 const std::string& parent_path() const { return parent_path_; } in parent_path() function
Dmount_library.cc24 const std::string& parent_path, in Disk()
/external/chromium_org/ppapi/proxy/
Dfile_ref_resource.cc117 std::string parent_path = create_info_.internal_path.substr(0, pos); in GetParent() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dbot_test_expectations.py83 def _walk_trie(self, trie, parent_path): argument
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
Dpath_util.js287 PathUtil.isParentPath = function(parent_path, child_path) { argument
/external/chromium/chrome/common/extensions/
Dextension_file_util.cc579 FilePath parent_path; in GetUserDataTempDir() local
/external/chromium_org/base/
Dfile_util_win.cc356 FilePath parent_path(full_path.DirName()); in CreateDirectoryAndGetError() local
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc807 const base::FilePath& parent_path, in OnReadDirectoryByPath()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_pepper_interface_html5fs.cc528 FakeHtml5FsFilesystem::Path parent_path = filesystem->GetParentPath(path); in MakeDirectory() local
/external/chromium/base/
Dfile_util_win.cc678 FilePath parent_path(full_path.DirName()); in CreateDirectory() local
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js174 function isParentPath(parent_path, child_path) { argument
/external/llvm/lib/Support/
DPath.cpp419 const StringRef parent_path(StringRef path) { in parent_path() function