/external/chromium_org/ppapi/shared_impl/ |
file_ref_util.cc | 21 std::string GetNameForExternalFilePath(const base::FilePath& path) { 22 const base::FilePath::StringType& file_path = path.value(); 23 size_t pos = file_path.rfind(base::FilePath::kSeparators[0]); 24 CHECK(pos != base::FilePath::StringType::npos); 38 // It must not FilePath::ReferencesParent(). 41 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path); 47 bool IsValidExternalPath(const base::FilePath& path) {
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_isolated_origin_database.cc | 14 const base::FilePath::CharType 20 const base::FilePath& file_system_directory, 21 const base::FilePath& origin_directory) 37 const std::string& origin, base::FilePath* directory) { 60 const base::FilePath& file_system_directory, 62 base::FilePath isolated_directory = 71 base::FilePath directory_name; 73 base::FilePath origin_directory =
|
/external/chromium_org/win8/delegate_execute/ |
chrome_util.h | 11 class FilePath; 17 void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
|
/external/robolectric/.idea/ |
modules.xml | 5 <module fileurl="file://$PROJECT_DIR$/robolectric.iml" filepath="$PROJECT_DIR$/robolectric.iml" /> 6 <module fileurl="file://$PROJECT_DIR$/robolectric-gh-pages.iml" filepath="$PROJECT_DIR$/robolectric-gh-pages.iml" />
|
/frameworks/av/drm/libdrmframework/include/ |
ReadWriteUtils.h | 45 * @param[in] filePath Path of the file 48 static String8 readBytes(const String8& filePath); 52 * @param[in] filePath Path of the file 56 static int readBytes(const String8& filePath, char** buffer); 60 * @param[in] filePath Path of the file 63 static void writeToFile(const String8& filePath, const String8& data); 67 * @param[in] filePath Path of the file 70 static void appendToFile(const String8& filePath, const String8& data);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 22 for filepath in support.all_project_files(): 23 self.refactor.refactor_file(filepath)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_all_fixers.py | 22 for filepath in support.all_project_files(): 23 self.refactor.refactor_file(filepath)
|
/external/open-vcdiff/gtest/src/ |
gtest-filepath.cc | 32 #include <gtest/internal/gtest-filepath.h> 85 FilePath FilePath::GetCurrentDir() { 89 return FilePath(kCurrentDirectoryString); 92 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 95 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 99 // Returns a copy of the FilePath with the case-insensitive extension removed. 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 101 // FilePath("dir/file"). If a case-insensitive extension is not 102 // found, returns a copy of the original FilePath [all...] |
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 32 #include <gtest/internal/gtest-filepath.h> 85 FilePath FilePath::GetCurrentDir() { 89 return FilePath(kCurrentDirectoryString); 92 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 95 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 99 // Returns a copy of the FilePath with the case-insensitive extension removed. 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 101 // FilePath("dir/file"). If a case-insensitive extension is not 102 // found, returns a copy of the original FilePath [all...] |
/external/chromium/base/ |
value_conversions.cc | 19 std::string FilePathToUTF8(const FilePath& file_path) { 27 FilePath UTF8ToFilePath(const std::string& str) { 28 FilePath::StringType result; 34 return FilePath(result); 39 StringValue* CreateFilePathValue(const FilePath& in_value) { 43 bool GetValueAsFilePath(const Value& value, FilePath* file_path) {
|
file_util_posix.cc | 50 bool RealPath(const FilePath& path, FilePath* real_path) { 52 FilePath::CharType buf[PATH_MAX]; 56 *real_path = FilePath(buf); 85 bool AbsolutePath(FilePath* path) { 90 *path = FilePath(full_path); 94 int CountFilesCreatedAfter(const FilePath& path, 146 bool Delete(const FilePath& path, bool recursive) { 167 for (FilePath current = traversal.Next(); success && !current.empty(); 179 FilePath dir = FilePath(directories.top()) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.h | 24 const FilePath& pref_file, const FilePath& extensions_install_dir, 28 const FilePath& prefs_file, const FilePath& source_install_dir); 47 FilePath extensions_install_dir_; 48 FilePath data_dir_;
|
/external/chromium_org/base/mac/ |
bundle_locations.mm | 23 FilePath MainBundlePath() { 34 FilePath OuterBundlePath() { 45 FilePath FrameworkBundlePath() { 58 static void AssignOverridePath(const FilePath& file_path, 74 void SetOverrideOuterBundlePath(const FilePath& file_path) { 78 void SetOverrideFrameworkBundlePath(const FilePath& file_path) {
|
/external/chromium_org/base/process/ |
process_handle_openbsd.cc | 30 FilePath GetProcessExecutablePath(ProcessHandle process) { 37 return FilePath(); 40 return FilePath(); 42 return FilePath(); 44 return FilePath(kp.p_comm); 46 return FilePath();
|
/external/chromium_org/chrome/browser/storage_monitor/ |
test_volume_mount_watcher_win.h | 19 class FilePath; 27 static bool GetDeviceRemovable(const base::FilePath& device_path, 30 void AddDeviceForTesting(const base::FilePath& device_path, 39 virtual void DeviceCheckComplete(const base::FilePath& device_path); 41 const std::vector<base::FilePath>& devices_checked() const { 60 std::vector<base::FilePath> devices_checked_;
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
fake_profile_store.cc | 9 FakeProfileStore::FakeProfileStore(const base::FilePath& user_data_dir) 26 base::FilePath path(profile->GetPath()); 40 const base::FilePath& path, 51 const base::FilePath& path) { 58 base::FilePath FakeProfileStore::GetUserDataDir() { 62 bool FakeProfileStore::IsProfileManaged(const base::FilePath& path) {
|
/external/chromium_org/chromeos/ime/ |
mock_component_extension_ime_manager_delegate.h | 23 const base::FilePath& path) OVERRIDE; 25 const base::FilePath& path) OVERRIDE; 35 const base::FilePath& last_loaded_file_path() const { 38 const base::FilePath& last_unloaded_file_path() const { 50 base::FilePath last_loaded_file_path_; 51 base::FilePath last_unloaded_file_path_;
|
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.h | 35 const base::FilePath& default_download_path); 47 const base::FilePath& generated_name, 48 const base::FilePath& suggested_directory); 51 const base::FilePath& suggested_path); 54 const base::FilePath& suggested_path); 57 base::FilePath default_download_path_;
|
/external/chromium_org/extensions/common/ |
constants.cc | 13 const base::FilePath::CharType kManifestFilename[] = 15 const base::FilePath::CharType kLocaleFolder[] = 17 const base::FilePath::CharType kMessagesFilename[] = 19 const base::FilePath::CharType kPlatformSpecificFolder[] = 35 const base::FilePath::CharType kExtensionFileExtension[] = 37 const base::FilePath::CharType kExtensionKeyFileExtension[] =
|
/external/chromium_org/remoting/host/ |
branding.cc | 19 const base::FilePath::CharType kConfigDir[] = 22 const base::FilePath::CharType kConfigDir[] = 26 const base::FilePath::CharType kConfigDir[] = 29 const base::FilePath::CharType kConfigDir[] = 41 base::FilePath GetConfigDir() { 42 base::FilePath app_data_dir;
|
/external/e2fsprogs/util/ |
libecho.c | 43 char filepath[256]; local 52 strcpy(filepath, f); 54 slash = strrchr(filepath, '\\'); 60 filepath[0] = '\0'; 70 printf("%s%s%s\n", prefix, filepath, fdt.name); 75 printf("%s%s%s\n", prefix, filepath, fdt.name);
|
/external/chromium_org/webkit/common/fileapi/ |
file_system_util_unittest.cc | 32 const base::FilePath::StringType path; 33 const base::FilePath::StringType base_name; 50 base::FilePath input = base::FilePath(test_cases[i].path); 51 base::FilePath base_name = VirtualPath::BaseName(input); 58 const base::FilePath::StringType path; 59 const base::FilePath::StringType dir_name; 90 base::FilePath input = base::FilePath(test_cases[i].path); 91 base::FilePath dir_name = VirtualPath::DirName(input) [all...] |
/external/chromium_org/third_party/WebKit/ |
WATCHLISTS | 8 # IMPORTANT: The regular expression filepath is tested against each path using 14 'filepath': 'Source/core/accessibility' \ 18 'filepath': '[Aa]nimat|[Tt]ransition', 21 'filepath': 'Source/platform/audio' \ 25 'filepath': 'Source/platform/text/.*Bidi' \ 29 'filepath': 'Source/bindings', 32 'filepath': 'Tools/DumpRenderTree/chromium/TestRunner', 35 'filepath': 'Source/core/html/canvas/' 38 'filepath': 'Source/core/css', 41 'filepath': 'Source/core/dom/CustomElement' [all...] |
/external/protobuf/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); 81 EXPECT_STREQ(GetAbsolutePathOf(FilePath("test_detail.xml")).c_str(), 87 EXPECT_STREQ(GetAbsolutePathOf(FilePath("filename.abc")).c_str(), 98 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 || 101 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 || 104 FilePath("path\\gtest_all_test.xml")).c_str()) == 0) 116 FilePath("path/gtest-options_test.xml")).c_str() | [all...] |
/external/chromium_org/base/test/ |
test_file_util.h | 22 class FilePath; 28 bool EvictFileFromSystemCacheWithRetry(const FilePath& file); 38 bool DieFileDie(const base::FilePath& file, bool recurse); 42 bool EvictFileFromSystemCache(const base::FilePath& file); 46 bool VolumeSupportsADS(const base::FilePath& path); 52 bool HasInternetZoneIdentifier(const base::FilePath& full_path); 55 // In general it's not reliable to convert a FilePath to a wstring and we use 58 std::wstring FilePathAsWString(const base::FilePath& path); 59 base::FilePath WStringAsFilePath(const std::wstring& path); 63 bool MakeFileUnreadable(const base::FilePath& path) WARN_UNUSED_RESULT [all...] |