HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 276 - 300 of 4651) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/
base_paths_posix.cc 32 bool PathProviderPosix(int key, FilePath* result) {
33 FilePath path;
38 FilePath bin_dir;
39 if (!ReadSymbolicLink(FilePath(kProcSelfExe), &bin_dir)) {
56 *result = FilePath(FilePath::StringType(bin_dir, length - 1));
64 *result = FilePath(bin_dir);
70 *result = FilePath(cpath);
72 *result = FilePath("/usr/local/chrome/chrome");
82 path = FilePath(cr_source_root)
    [all...]
file_util.cc 36 int64 ComputeDirectorySize(const FilePath& root_path) {
44 bool Move(const FilePath& from_path, const FilePath& to_path) {
50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
56 bool ContentsEqual(const FilePath& filename1, const FilePath& filename2) {
90 bool TextContentsEqual(const FilePath& filename1, const FilePath& filename2) {
130 bool ReadFileToString(const FilePath& path
    [all...]
  /external/chromium_org/base/test/
test_file_util_posix.cc 27 bool DenyFilePermission(const FilePath& path, mode_t permission) {
40 void* GetPermissionInfo(const FilePath& path, size_t* length) {
60 bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) {
76 bool DieFileDie(const FilePath& file, bool recurse) {
83 bool EvictFileFromSystemCache(const FilePath& file) {
98 std::wstring FilePathAsWString(const base::FilePath& path) {
101 base::FilePath WStringAsFilePath(const std::wstring& path) {
102 return base::FilePath(base::WideToUTF8(path));
105 bool MakeFileUnreadable(const base::FilePath& path) {
109 bool MakeFileUnwritable(const base::FilePath& path)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 16 class FilePath;
46 const base::FilePath& temporary_file_directory);
75 const base::FilePath& file_path,
90 base::FilePath* drive_file_path,
91 base::FilePath* cache_file_path,
92 base::FilePath* temp_download_file_path,
97 const base::FilePath& drive_file_path,
100 const base::FilePath& downloaded_file_path);
105 const base::FilePath& file_path,
108 base::FilePath* cache_file_path
    [all...]
create_directory_operation.cc 23 const base::FilePath& relative_file_path,
25 std::set<base::FilePath>* changed_directories) {
27 std::vector<base::FilePath::StringType> components;
30 base::FilePath title(components[0]);
31 base::FilePath remaining_path;
49 base::FilePath path;
66 const base::FilePath& directory_path,
70 std::set<base::FilePath>* changed_directories) {
72 std::vector<base::FilePath::StringType> components;
78 base::FilePath existing_deepest_path(components[0])
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 38 traits.SetLatestCldDataFile(base::FilePath());
47 const base::FilePath expected(FILE_PATH_LITERAL("test/foo.test"));
50 base::FilePath result = component_updater::GetLatestCldDataFile();
58 const base::FilePath data_file_dir =
62 const base::FilePath data_file =
72 const base::FilePath install_dir;
78 const base::FilePath base_dir;
79 const base::FilePath result =
85 const base::FilePath result = traits.GetBaseDirectory();
101 const base::FilePath install_dir(FILE_PATH_LITERAL("/foo"))
    [all...]
  /external/chromium_org/chrome/installer/util/
create_dir_work_item_unittest.cc 29 base::FilePath parent_dir(temp_dir_.path());
34 base::FilePath top_dir_to_create(parent_dir);
37 base::FilePath dir_to_create(top_dir_to_create);
56 base::FilePath dir_to_create(temp_dir_.path());
76 base::FilePath dir_to_create_1(temp_dir_.path());
79 base::FilePath dir_to_create_2(dir_to_create_1);
82 base::FilePath dir_to_create_3(dir_to_create_2);
93 base::FilePath dir_to_create_4(dir_to_create_2);
109 base::FilePath dir_to_create_1(temp_dir_.path());
112 base::FilePath dir_to_create_2(dir_to_create_1)
    [all...]
work_item.cc 34 const base::FilePath& source_path,
35 const base::FilePath& dest_path,
36 const base::FilePath& temp_dir,
38 const base::FilePath& alternative_path) {
44 const base::FilePath& path) {
72 const base::FilePath& root_path,
73 const base::FilePath& temp_path,
74 const std::vector<base::FilePath>& key_paths) {
79 const base::FilePath& source_path,
80 const base::FilePath& dest_path
    [all...]
move_tree_work_item_unittest.cc 44 std::wstring ReadTextFile(const base::FilePath& path) {
62 base::FilePath from_dir1(temp_from_dir_.path());
67 base::FilePath from_dir2(from_dir1);
72 base::FilePath from_file(from_dir2);
78 base::FilePath to_dir(temp_from_dir_.path());
82 base::FilePath to_file(to_dir);
111 base::FilePath from_dir1(temp_from_dir_.path());
116 base::FilePath from_dir2(from_dir1);
121 base::FilePath from_file(from_dir2);
127 base::FilePath to_dir(temp_from_dir_.path())
    [all...]
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 45 void SandboxFileSystemTestHelper::SetUp(const base::FilePath& base_dir) {
57 const base::FilePath& base_dir,
70 base::FilePath SandboxFileSystemTestHelper::GetOriginRootPath() {
75 base::FilePath SandboxFileSystemTestHelper::GetLocalPath(
76 const base::FilePath& path) {
78 base::FilePath local_path;
84 base::FilePath SandboxFileSystemTestHelper::GetLocalPathFromASCII(
86 return GetLocalPath(base::FilePath().AppendASCII(path));
89 base::FilePath SandboxFileSystemTestHelper::GetUsageCachePath() const {
95 const base::FilePath& path) const
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 24 const base::FilePath::CharType kOldDownloadsFolderPath[] =
26 const base::FilePath::CharType kOldDriveFolderPath[] =
29 const base::FilePath::CharType kBuggyDriveFolderPath[] =
34 base::FilePath GetDownloadsFolderForProfile(Profile* profile) {
51 const base::FilePath& old_path,
52 base::FilePath* new_path) {
64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile);
65 const base::FilePath drive = drive::util::GetDriveMountPointPath(profile);
67 std::vector<std::pair<base::FilePath, base::FilePath> > bases
    [all...]
open_util.h 14 class FilePath;
23 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path);
30 void OpenItem(Profile* profile, const base::FilePath& file_path);
34 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 34 const base::FilePath& input_dir,
35 const base::FilePath& unpack_dir,
49 base::FilePath output_abs_path_;
61 const base::FilePath& input_dir,
94 const base::FilePath& input_dir,
99 base::FilePath input_abs_path_;
118 const base::FilePath& input_dir,
123 base::FilePath patch_abs_path_;
141 base::FilePath input_abs_path,
142 base::FilePath patch_abs_path
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_browser_test_utils.cc 27 const base::FilePath::CharType kCrxVersion[] = FILE_PATH_LITERAL("160");
29 void GetTestDataSourceDirectory(base::FilePath* out_path) {
37 void GetStandaloneDataFileSource(base::FilePath* out_path) {
47 void GetStandaloneDataFileDestination(base::FilePath* out_path) {
53 base::FilePath path;
61 base::FilePath target_file;
63 base::FilePath target_dir = target_file.DirName();
65 base::FilePath source_file;
78 void GetExtractedComponentDestination(base::FilePath* out_path) {
82 void GetComponentDataFileDestination(base::FilePath* out_path)
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 29 bool AddFileToZip(zipFile zip_file, const base::FilePath& src_dir) {
52 bool AddEntryToZip(zipFile zip_file, const base::FilePath& path,
53 const base::FilePath& root_path) {
54 base::FilePath relative_path;
83 bool ExcludeNoFilesFilter(const base::FilePath& file_path) {
87 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) {
95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) {
124 bool ZipWithFilterCallback(const base::FilePath& src_dir,
125 const base::FilePath& dest_file
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_browsertest.cc 31 base::FilePath(FILE_PATH_LITERAL("textinput")),
32 base::FilePath(FILE_PATH_LITERAL("ime_enable_disable_test.html")));
63 base::FilePath(FILE_PATH_LITERAL("textinput")),
64 base::FilePath(FILE_PATH_LITERAL("focus_input_on_load.html")));
77 base::FilePath(FILE_PATH_LITERAL("textinput")),
78 base::FilePath(FILE_PATH_LITERAL("focus_input_on_content_js.html")));
91 base::FilePath(FILE_PATH_LITERAL("textinput")),
92 base::FilePath(FILE_PATH_LITERAL("focus_input_with_mouse_click.html")));
116 base::FilePath(FILE_PATH_LITERAL("textinput")),
117 base::FilePath(FILE_PATH_LITERAL("focus_input_on_anothor_focus.html")))
    [all...]
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 100 // specified product's "ClientState" registry key. Returns an empty FilePath if
102 base::FilePath GetSetupExeFromRegistry(InstallationLevel level,
106 base::FilePath setup_exe_path(uninstall);
110 return base::FilePath();
115 // Returns empty base::FilePath if none found, or if |setup_exe_path| is empty.
116 base::FilePath FindExeRelativeToSetupExe(const base::FilePath setup_exe_path,
122 base::FilePath exe_path(
132 return base::FilePath();
138 base::FilePath setup_exe(GetSetupExeFromRegistry(level, kAppHostAppId))
    [all...]
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 53 bool DownloadPathIsDangerous(const base::FilePath& download_path) {
55 base::FilePath home_dir = base::GetHomeDir();
65 base::FilePath desktop_dir;
76 const base::FilePath& path() const { return path_; }
94 base::FilePath path_;
118 const base::FilePath current = prefs->GetFilePath(path_pref[i]);
119 base::FilePath migrated;
143 base::FilePath current_download_dir = prefs->GetFilePath(
166 base::FilePath path(extensions[i]);
168 base::FilePath path(base::UTF8ToWide(extensions[i]))
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 88 public static int getDuration(String filePath) {
89 Log.v(TAG, "getDuration - " + filePath);
92 mp.setDataSource(filePath);
104 public static boolean getCurrentPosition(String filePath){
105 Log.v(TAG, "GetCurrentPosition - " + filePath);
111 mp.setDataSource(filePath);
129 if (filePath.equals(MediaNames.SHORTMP3)){
139 public static boolean seekTo(String filePath){
140 Log.v(TAG, "seekTo " + filePath);
144 mp.setDataSource(filePath);
    [all...]
  /external/chromium_org/content/browser/download/
save_package_unittest.cc 49 bool HasOrdinalNumber(const base::FilePath::StringType& filename) {
50 base::FilePath::StringType::size_type r_paren_index =
52 base::FilePath::StringType::size_type l_paren_index =
57 for (base::FilePath::StringType::size_type i = l_paren_index + 1;
74 base::FilePath::StringType* generated_name) {
84 base::FilePath EnsureHtmlExtension(const base::FilePath& name) {
88 base::FilePath EnsureMimeExtension(const base::FilePath& name,
133 const base::FilePath::CharType* expected_name
    [all...]
  /development/tools/rmtypedefs/.idea/
modules.xml 5 <module fileurl="file://$PROJECT_DIR$/rmtypedefs.iml" filepath="$PROJECT_DIR$/rmtypedefs.iml" />
  /external/chromium_org/base/nix/
mime_util_xdg.cc 24 std::string GetFileMimeType(const FilePath& filepath) {
25 if (filepath.empty())
29 return xdg_mime_get_mime_type_from_file_name(filepath.value().c_str());
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.h 32 FileChange(const base::FilePath& path, Type type);
36 static FileChangeSet CreateSingleSet(const base::FilePath& path, Type type);
47 const base::FilePath& path() const { return path_; }
52 const base::FilePath path_;
write_on_cache_file.h 12 class FilePath;
20 typedef base::Callback<void (FileError, const base::FilePath& path)>
34 const base::FilePath& path,
41 const base::FilePath& path,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.cc 21 base::FilePath MountManager::GetHomeDir(std::string& user_hash) {
34 base::FilePath MountManager::GetPath(const std::string& user_id) {
37 return (i == additional_mounts_.end()) ? base::FilePath() : i->second;
41 const base::FilePath& path) {

Completed in 1534 milliseconds

<<11121314151617181920>>