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

1 2 3 4 56 7 8 91011>>

  /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);
  /frameworks/base/tools/layoutlib/.idea/
modules.xml 5 <module fileurl="file://$PROJECT_DIR$/bridge/bridge.iml" filepath="$PROJECT_DIR$/bridge/bridge.iml" />
6 <module fileurl="file://$PROJECT_DIR$/create/create.iml" filepath="$PROJECT_DIR$/create/create.iml" />
  /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/chromium_org/base/
file_util_posix.cc 85 bool RealPath(const FilePath& path, FilePath* real_path) {
87 FilePath::CharType buf[PATH_MAX];
91 *real_path = FilePath(buf);
96 bool VerifySpecificPathControlledByUser(const FilePath& path,
149 int CreateAndOpenFdForTemporaryFile(FilePath directory, FilePath* path) {
167 FilePath path;
169 ScopedFD fd(CreateAndOpenFdForTemporaryFile(FilePath("/dev/shm"), &path));
189 FilePath MakeAbsoluteFilePath(const FilePath& input)
    [all...]
base_paths_win.cc 17 using base::FilePath;
21 bool GetQuickLaunchPath(bool default_user, FilePath* result) {
32 *result = FilePath(system_buffer);
53 bool PathProviderWin(int key, FilePath* result) {
62 FilePath cur;
66 cur = FilePath(system_buffer);
73 cur = FilePath(system_buffer);
78 cur = FilePath(system_buffer);
82 cur = FilePath(system_buffer);
90 cur = FilePath(system_buffer)
    [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/clipboard',
39 'filepath': 'Source/core/page/*Drag'
    [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_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/chromeos/extensions/
virtual_keyboard_browsertest.cc 28 const base::FilePath::CharType kWebuiTestDir[] = FILE_PATH_LITERAL("webui");
30 const base::FilePath::CharType kMockController[] =
33 const base::FilePath::CharType kMockTimer[] =
60 const base::FilePath& file,
69 InjectJavascript(base::FilePath(kWebuiTestDir),
70 base::FilePath(kMockController));
71 InjectJavascript(base::FilePath(kWebuiTestDir), base::FilePath(kMockTimer));
72 InjectJavascript(base::FilePath(FILE_PATH_LITERAL(config.test_dir_)),
73 base::FilePath(FILE_PATH_LITERAL(config.base_framework_)))
    [all...]
  /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::IsProfileSupervised(const base::FilePath& path) {
  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator.h 15 class FilePath;
22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
31 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
32 base::FilePath* executable_path,
34 base::FilePath* version_path,
35 base::FilePath* framework_shlib_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/components/storage_monitor/
test_volume_mount_watcher_win.h 19 class FilePath;
29 static bool GetDeviceRemovable(const base::FilePath& device_path,
32 void AddDeviceForTesting(const base::FilePath& device_path,
41 virtual void DeviceCheckComplete(const base::FilePath& device_path);
43 const std::vector<base::FilePath>& devices_checked() const {
62 std::vector<base::FilePath> devices_checked_;
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h 35 const base::FilePath& default_download_path);
40 typedef base::Callback<void(const base::FilePath&)>
47 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/browser/
computed_hashes.h 15 class FilePath;
28 bool InitFromFile(const base::FilePath& path);
32 bool GetHashes(const base::FilePath& relative_path,
40 std::map<base::FilePath, HashInfo> data_;
50 void AddHashes(const base::FilePath& relative_path,
54 bool WriteToFile(const base::FilePath& path);
  /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/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);
33 bool DieFileDie(const FilePath& file, bool recurse);
37 bool EvictFileFromSystemCache(const FilePath& file);
41 bool VolumeSupportsADS(const FilePath& path);
47 bool HasInternetZoneIdentifier(const 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...]
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager_chromeos.h 42 const base::FilePath& unpacked_extension_root,
43 const base::FilePath& local_install_dir,
49 const base::FilePath& local_install_dir,
50 const base::FilePath& extension_root) OVERRIDE;
53 static base::FilePath GetSharedInstallDir();
60 std::multimap<std::string, base::FilePath>* live_extension_paths);
62 static void SetSharedInstallDirForTesting(const base::FilePath& install_dir);
83 const base::FilePath& unpacked_extension_root,
84 const base::FilePath& local_install_dir,
92 const base::FilePath& unpacked_extension_root)
    [all...]
  /external/chromium_org/extensions/common/
extension_resource.h 15 // JavaScript file. This is more complicated than just a simple FilePath
30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path);
43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
54 const base::FilePath& relative_path,
59 const base::FilePath& extension_root() const { return extension_root_; }
60 const base::FilePath& relative_path() const { return relative_path_; }
65 base::FilePath::StringType NormalizeSeperators
    [all...]
file_util.cc 43 bool ValidateFilePath(const base::FilePath& path) {
56 const base::FilePath::CharType kTempDirectoryName[] = FILE_PATH_LITERAL("Temp");
58 base::FilePath InstallExtension(const base::FilePath& unpacked_source_dir,
61 const base::FilePath& extensions_dir) {
62 base::FilePath extension_dir = extensions_dir.AppendASCII(id);
63 base::FilePath version_dir;
68 return base::FilePath();
72 base::FilePath install_temp_dir = GetInstallTempDir(extensions_dir);
77 return base::FilePath();
    [all...]

Completed in 732 milliseconds

1 2 3 4 56 7 8 91011>>