Searched defs:GetPath (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/closure_compiler/build/
H A Doutputs.py11 def GetPath(resource): function
18 print GetPath(sys.argv[1])
/external/qemu/android/filesystems/
H A Dpartition_types_unittest.cpp44 const char* GetPath() const { function in class:__anon29116::TempPartition
81 ::path_empty_file(part.GetPath());
84 androidPartitionType_probeFile(part.GetPath()));
91 android_createEmptyExt4Image(part.GetPath(), 16*1024*1024, "cache");
94 androidPartitionType_probeFile(part.GetPath()));
103 part.GetPath())) << "Could not create Yaffs2 partition image";
106 androidPartitionType_probeFile(part.GetPath()));
115 part.GetPath())) << "Could not create EXT4 partition image";
118 androidPartitionType_probeFile(part.GetPath()));
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dmount_manager.cc33 base::FilePath MountManager::GetPath(const std::string& user_id) { function in class:chromeos::MountManager
/external/chromium_org/tools/
H A Dgyp-explain.py23 def GetPath(graph, fro, to): function
106 paths = list(GetPath(g, fro, to))
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp59 CFCBundle::GetPath (char *dst, size_t dst_len) function in class:CFCBundle
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py95 def GetPath(): member in class:DepsWhitelist._read_deps_file.FileImplStub
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py48 def GetPath(self): member in class:Request
130 path = request.GetPath().split('?')[0]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.cc80 base::FilePath CastBrowserContext::GetPath() const { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Drst_index.py147 def GetPath(filepath): function
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h108 * file. Use GetPath() to get the full file path.
112 * GetPath() returns the absolute path of the file.
121 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_2
243 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
264 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc82 Var FileRef::GetPath() const { function in class:pp::FileRef
85 get_interface<PPB_FileRef_1_2>()->GetPath(pp_resource()));
89 get_interface<PPB_FileRef_1_1>()->GetPath(pp_resource()));
93 get_interface<PPB_FileRef_1_0>()->GetPath(pp_resource()));
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc60 base::FilePath TestBrowserContext::GetPath() const { function in class:content::TestBrowserContext
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc108 base::FilePath ShellBrowserContext::GetPath() const { function in class:content::ShellBrowserContext
142 GetPath(),
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc67 PP_Var GetPath(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
68 VLOG(4) << "PPB_FileRef::GetPath()";
72 return enter.object()->GetPath();
173 &GetPath,
186 &GetPath,
201 &GetPath,
/external/lldb/source/API/
H A DSBFileSpec.cpp125 SBFileSpec::GetPath (char *dst_path, size_t dst_len) const function in class:SBFileSpec
129 uint32_t result = m_opaque_ap->GetPath (dst_path, dst_len);
132 log->Printf ("SBFileSpec(%p)::GetPath (dst_path=\"%.*s\", dst_len=%" PRIu64 ") => %u",
178 if (m_opaque_ap->GetPath(path, sizeof(path)))
/external/lzma/CPP/Windows/
H A DFileDir.h138 const CSysString &GetPath() const { return _tempDir; } function in class:NWindows::NFile::NDirectory::CTempDirectory
160 const UString &GetPath() const { return _tempDir; } function in class:NWindows::NFile::NDirectory::CTempDirectoryW
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc139 new AwURLRequestContextGetter(GetPath(),
233 base::FilePath AwBrowserContext::GetPath() const { function in class:android_webview::AwBrowserContext
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc229 const char* GetPath() const;
245 return base::StringPrintf("Waiting for pref '%s' to match", GetPath());
264 const char* PrefMatchChecker::GetPath() const { function in class:preferences_helper::__anon4820::PrefMatchChecker
295 return ListPrefMatches(GetPath());
316 return BooleanPrefMatches(GetPath());
337 return IntegerPrefMatches(GetPath());
358 return StringPrefMatches(GetPath());
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc24 base::FilePath FakeProfile::GetPath() const { function in class:FakeProfile
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc105 PP_Var FileRefResource::GetPath() const { function in class:ppapi::proxy::FileRefResource
/external/chromium_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py403 def GetPath(path_from_src): function
422 original_path = GetPath(os.path.join(original_dir, original_filename))
453 outpath = GetPath(os.path.join(outdir, JS_FILENAME))
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc134 std::string GetPath(const std::string& root, const std::string& suffix) { function in namespace:mojo::test::__anon8787
145 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) ||
146 !ReadResultFile(GetPath(test, ".expected"), expected)) {
161 EnumerateSourceRootRelativeDirectory(GetPath("", ""));
/external/chromium_org/tools/grit/grit/
H A Dutil.py628 assert not os.listdir(self.GetPath())
630 file_path = self.GetPath(name)
644 shutil.rmtree(self.GetPath())
646 def GetPath(self, name=''): member in class:TempDir
652 return self._AsCurrentDirClass(self.GetPath())
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc40 const base::FilePath& GetPath() const { return temp_dir_.path(); } function in class:printing::__anon4479::RefCountedTempDir
208 if (!base::CreateTemporaryFileInDir((*temp_dir)->GetPath(), &path))
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc239 base::FilePath OffTheRecordProfileImpl::GetPath() const { function in class:OffTheRecordProfileImpl
240 return profile_->GetPath();

Completed in 5815 milliseconds

12