Home
last modified time | relevance | path

Searched +defs:path +defs:components (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.cpp43 String DOMFilePath::append(const String& base, const String& components) in append()
48 String DOMFilePath::ensureDirectoryPath(const String& path) in ensureDirectoryPath()
55 String DOMFilePath::getName(const String& path) in getName()
63 String DOMFilePath::getDirectory(const String& path) in getDirectory()
86 String DOMFilePath::removeExtraParentReferences(const String& path) in removeExtraParentReferences()
89 Vector<String> components; in removeExtraParentReferences() local
112 bool DOMFilePath::isValidPath(const String& path) in isValidPath()
126 Vector<String> components; in isValidPath() local
/external/qemu/android/base/files/
DPathUtils_unittest.cpp80 const char* path; in TEST() member
105 const char* path = kData[n].path; in TEST() local
120 const char* path; in TEST() member
135 const char* path = kData[n].path; in TEST() local
153 const StringVector& components, in checkComponents()
155 const char* path) { in checkComponents()
170 const char* path; in TEST() member
171 const ComponentList components[kHostTypeCount]; in TEST() member
203 const char* path = kData[n].path; in TEST() local
232 const char* path[kHostTypeCount]; in TEST() member
[all …]
DPathUtils.cpp32 size_t PathUtils::rootPrefixSize(const char* path, HostType hostType) { in rootPrefixSize()
63 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
75 StringVector PathUtils::decompose(const char* path, HostType hostType) { in decompose()
101 String PathUtils::recompose(const StringVector& components, in recompose()
134 void PathUtils::simplifyComponents(StringVector* components) { in simplifyComponents()
DPathUtils.h71 static inline size_t rootPrefixSize(const char* path) { in rootPrefixSize()
79 static inline bool isAbsolute(const char* path) { in isAbsolute()
96 static inline StringVector decompose(const char* path) { in decompose()
112 static inline String recompose(const StringVector& components) { in recompose()
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath()
89 std::vector<std::string> components; in normalize() local
135 FilePath FilePath::normalize (const FilePath& path) in normalize()
142 std::vector<std::string> components; in getBaseName() local
149 std::vector<std::string> components; in getDirName() local
244 static void createDirectoryImpl (const char* path) in createDirectoryImpl()
257 void createDirectory (const char* path) in createDirectory()
272 void createDirectoryAndParents (const char* path) in createDirectoryAndParents()
/external/chromium_org/webkit/common/fileapi/
Dfile_system_util.cc35 base::FilePath::StringType path = virtual_path.value(); in BaseName() local
52 StringType path = virtual_path.value(); in DirName() local
85 const base::FilePath& path, in GetComponents()
86 std::vector<base::FilePath::StringType>* components) { in GetComponents()
108 const base::FilePath& path, in GetComponentsUTF8Unsafe()
109 std::vector<std::string>* components) { in GetComponentsUTF8Unsafe()
125 const base::FilePath& path) { in GetNormalizedFilePath()
138 bool VirtualPath::IsAbsolute(const base::FilePath::StringType& path) { in IsAbsolute()
142 bool VirtualPath::IsRootPath(const base::FilePath& path) { in IsRootPath()
143 std::vector<base::FilePath::StringType> components; in IsRootPath() local
[all …]
/external/chromium_org/chrome/browser/safe_browsing/
Dpath_sanitizer_unittest.cc21 std::vector<base::FilePath::StringType> components; in GetRootDirectory() local
37 base::FilePath path = in TEST() local
51 base::FilePath path = path_sanitizer.GetHomeDirectory().Append( in TEST() local
/external/chromium_org/chrome/browser/local_discovery/storage/
Dpath_util.cc55 base::FilePath NormalizeFilePath(const base::FilePath& path) { in NormalizeFilePath()
70 std::vector<base::FilePath::StringType> components; in ParsedPrivetPath() local
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpath.cc15 Path::Path(const Path& path) { in Path()
19 Path::Path(const std::string& path) { in Path()
39 Path& Path::Append(const std::string& path) { in Append()
55 Path& Path::Prepend(const std::string& path) { in Prepend()
71 Path& Path::Set(const std::string& path) { in Set()
183 StringArray_t Path::Split(const std::string& path) { in Split()
185 StringArray_t components; in Split() local
/external/chromium_org/content/common/fileapi/
Dfile_system_util_unittest.cc55 const base::FilePath::StringType path; in TEST_F() member
81 const base::FilePath::StringType path; in TEST_F() member
121 const base::FilePath::StringType path; in TEST_F() member
163 const base::FilePath::StringType path; in TEST_F() member
165 const base::FilePath::StringType components[2]; in TEST_F() member
199 std::vector<base::FilePath::StringType> components; in TEST_F() local
207 std::vector<std::string> components; in TEST_F() local
/external/chromium_org/gin/modules/
Dfile_module_provider.cc23 std::vector<std::string> components; in AttempToLoadModule() local
26 base::FilePath path; in AttempToLoadModule() local
/external/chromium_org/mojo/common/test/
Dtest_support_impl.cc23 base::FilePath path; in ResolveSourceRootRelativePath() local
27 std::vector<std::string> components; in ResolveSourceRootRelativePath() local
/external/chromium_org/net/base/
Dfilename_util_icu.cc32 bool IsSafePortableRelativePath(const base::FilePath& path) { in IsSafePortableRelativePath()
35 std::vector<base::FilePath::StringType> components; in IsSafePortableRelativePath() local
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dcreate_directory_operation.cc27 std::vector<base::FilePath::StringType> components; in CreateDirectoryRecursively() local
49 base::FilePath path; in CreateDirectoryRecursively() local
72 std::vector<base::FilePath::StringType> components; in UpdateLocalState() local
/external/chromium_org/extensions/common/
Dmanifest.cc190 const std::string& path, const base::Value** out_value) const { in Get() argument
195 const std::string& path, bool* out_value) const { in GetBoolean() argument
200 const std::string& path, int* out_value) const { in GetInteger() argument
205 const std::string& path, std::string* out_value) const { in GetString() argument
210 const std::string& path, base::string16* out_value) const { in GetString() argument
215 const std::string& path, const base::DictionaryValue** out_value) const { in GetDictionary() argument
220 const std::string& path, const base::ListValue** out_value) const { in GetList() argument
244 std::vector<std::string> components; in CanAccessPath() local
/external/deqp/executor/
DxeTestCase.cpp45 static inline int getFirstComponentLength (const char* path) in getFirstComponentLength()
53 static bool compareNameToPathComponent (const char* name, const char* path, int compLen) in compareNameToPathComponent()
67 static void splitPath (const char* path, std::vector<std::string>& components) in splitPath()
173 TestNode* TestNode::find (const char* path) in find()
287 TestCase* TestHierarchyBuilder::createCase (const char* path, TestCaseType caseType) in createCase()
290 std::vector<std::string> components; in createCase() local
/external/fonttools/Lib/fontTools/
DafmLib.py99 def __init__(self, path=None): argument
109 def read(self, path): argument
191 def write(self, path, sep='\r'): argument
278 def addComposite(self, glyphName, components): argument
338 def readlines(path): argument
350 def writelines(path, lines, sep='\r'): argument
360 path = EasyDialogs.AskFileForOpen() variable
/external/chromium_org/base/files/
Dfile_path_watcher_fsevents.cc38 FilePath ResolvePath(const FilePath& path) { in ResolvePath()
44 components(component_vector.begin(), component_vector.end()); in ResolvePath() local
140 bool FilePathWatcherFSEvents::Watch(const FilePath& path, in Watch()
Dfile_path_watcher_kqueue.cc36 int FilePathWatcherKQueue::EventsForPath(FilePath path, EventVector* events) { in EventsForPath()
41 std::vector<FilePath::StringType> components; in EventsForPath() local
78 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath()
312 bool FilePathWatcherKQueue::Watch(const FilePath& path, in Watch()
/external/chromium_org/webkit/browser/fileapi/
Dexternal_mount_points.cc22 base::FilePath NormalizeFilePath(const base::FilePath& path) { in NormalizeFilePath()
66 const base::FilePath& path, in Instance()
74 const base::FilePath& path() const { return path_; } in path() function in fileapi::ExternalMountPoints::Instance
108 base::FilePath path = NormalizeFilePath(path_in); in RegisterFileSystem() local
153 base::FilePath* path, in CrackVirtualPath()
163 std::vector<base::FilePath::StringType> components; in CrackVirtualPath() local
227 base::FilePath path = NormalizeFilePath(path_in); in GetVirtualPath() local
316 const base::FilePath& path) { in ValidateNewMountPoint()
/external/chromium_org/components/policy/core/common/
Dpolicy_loader_mac.cc109 const ComponentMap* components = schema_map()->GetComponents(domain); in LoadPolicyForDomain() local
156 void PolicyLoaderMac::OnFileUpdated(const base::FilePath& path, bool error) { in OnFileUpdated()
/external/chromium_org/chrome/browser/component_updater/
Dpepper_flash_component_installer.cc115 for (base::FilePath path = file_enumerator.Next(); !path.value().empty(); in GetPepperFlashDirectory() local
164 for (base::FilePath path = file_enumerator.Next(); !path.value().empty(); in GetPepperFlashDebuggerPath() local
169 std::vector<std::string> components; in GetPepperFlashDebuggerPath() local
256 void RegisterPepperFlashWithChrome(const base::FilePath& path, in RegisterPepperFlashWithChrome()
372 base::FilePath path = in Install() local
453 base::FilePath path = GetPepperFlashBaseDirectory(); in StartPepperFlashUpdateRegistration() local
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.cc170 GURL FilePathToDriveURL(const base::FilePath& path) { in FilePathToDriveURL()
185 void MaybeSetDriveURL(Profile* profile, const base::FilePath& path, GURL* url) { in MaybeSetDriveURL()
198 bool IsUnderDriveMountPoint(const base::FilePath& path) { in IsUnderDriveMountPoint()
202 base::FilePath ExtractDrivePath(const base::FilePath& path) { in ExtractDrivePath()
203 std::vector<base::FilePath::StringType> components; in ExtractDrivePath() local
220 Profile* ExtractProfileFromPath(const base::FilePath& path) { in ExtractProfileFromPath()
295 const base::FilePath& path, in PrepareWritableFileAndRun()
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dfile_system_backend.cc100 base::FilePath path; in ResolveURL() local
122 std::vector<std::string> components; in ResolveURL() local
193 base::FilePath path; in GrantFileAccessToExtension() local
/external/chromium_org/content/renderer/
Drenderer_font_platform_win.cc107 base::FilePath path; in RuntimeClassInitialize() local
263 base::FilePath path(value.c_str()); in LoadFontListFromRegistry() local
266 std::vector<base::FilePath::StringType> components; in LoadFontListFromRegistry() local

123