| /ndk/sources/android/crazy_linker/tests/ |
| test_util.h | 153 String file_path; local 154 file_path.Format("%s/%s", path_, entry->d_name); 155 if (unlink(file_path.c_str()) < 0) 156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno));
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_site.py | 265 self.file_path = os.path.join(self.base_dir, self.filename) 283 FILE = open(self.file_path, 'w') 298 if os.path.exists(self.file_path): 299 os.remove(self.file_path)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_site.py | 265 self.file_path = os.path.join(self.base_dir, self.filename) 283 FILE = open(self.file_path, 'w') 298 if os.path.exists(self.file_path): 299 os.remove(self.file_path)
|
| /ndk/sources/host-tools/ndk-depends/ |
| ndk-depends.cc | 960 String file_path = search_paths[n]; local 961 if (file_path.empty()) 963 if (file_path[file_path.size() - 1] != _T('/') && 964 file_path[file_path.size() - 1] != _T('\\')) { 965 file_path.append(_T("/")); 967 file_path.append(libname); 969 LOG2(_T(" in %s: "), file_path.c_str()); 971 if (_tstat(file_path.c_str(), &st) < 0) [all...] |
| /external/google-breakpad/src/client/mac/handler/ |
| dynamic_images.h | 114 string file_path, 125 file_path_(file_path),
|
| dynamic_images.cc | 480 string file_path; local 485 file_path = ReadTaskString(images.task_, info.file_path_); 493 file_path,
|
| /external/protobuf/gtest/scripts/ |
| pump.py | 568 def Convert(file_path): 569 s = file(file_path, 'r').read() 813 file_path = argv[-1] 814 ast = Convert(file_path) 818 if file_path.endswith('.pump'): 819 output_file_path = file_path[:-5] 828 (os.path.basename(__file__), os.path.basename(file_path)))
|
| /external/llvm/utils/lit/lit/formats/ |
| googletest.py | 73 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
|
| /external/google-breakpad/src/client/windows/unittests/ |
| minidump_test.cc | 131 bool HasFileInfo(const std::wstring& file_path) { 133 const wchar_t* path = file_path.c_str();
|
| /ndk/sources/android/crazy_linker/src/ |
| crazy_linker_api.cpp | 99 const char* file_path) { 100 context->search_paths.AddPaths(file_path);
|
| /external/google-breakpad/src/testing/gtest/scripts/ |
| pump.py | 828 file_path = argv[-1] 829 output_str = ConvertFromPumpSource(file(file_path, 'r').read()) 830 if file_path.endswith('.pump'): 831 output_file_path = file_path[:-5] 840 (os.path.basename(__file__), os.path.basename(file_path)))
|
| /bionic/libc/tools/ |
| gensyscalls.py | 488 def parse_file(self, file_path): 489 logging.debug("parse_file: %s" % file_path) 490 fp = open(file_path)
|
| /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/ |
| gflags2man.py | 475 self.file_path = '%s.1' % os.path.join(self.dirname, self.info.name) 476 logging.info('Writing: %s' % self.file_path) 477 self.fp = open(self.file_path, 'w')
|
| /external/google-breakpad/src/client/windows/crash_generation/ |
| minidump_generator.cc | 564 bool MinidumpGenerator::GenerateDumpFilePath(wstring* file_path) { 575 *file_path = dump_path_ + TEXT("\\") + id_str + TEXT(".dmp");
|
| /external/lldb/include/lldb/Core/ |
| Module.h | 732 /// Tries to resolve \a file_path and \a line to a list of matching 742 /// @param[in] file_path 743 /// A path to a source file to match. If \a file_path does not 745 /// whose base filename matches. If \a file_path does specify 772 ResolveSymbolContextForFilePath (const char *file_path, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list); 788 /// A file spec to a source file to match. If \a file_path does 790 /// files whose base filename matches. If \a file_path does [all...] |
| ModuleList.h | 471 ResolveSymbolContextForFilePath (const char *file_path,
|
| /external/pdfium/public/ |
| fpdfview.h | 152 // file_path [in] - Path to the PDF file (including extension). 161 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path,
|
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| minidump_writer.cc | 568 char file_path[NAME_MAX]; local 570 mapping, file_path, sizeof(file_path), file_name, sizeof(file_name)); 584 if (!minidump_writer_.WriteString(file_path, my_strlen(file_path), &ld)) [all...] |
| /system/extras/perfprofd/ |
| perfprofdcore.cc | 673 std::string file_path = dest_dir + "/" + e->d_name; local 674 remove(file_path.c_str());
|
| /art/patchoat/ |
| patchoat.cc | 364 const std::string& file_path = oat_in->GetFile().GetPath(); local 368 LOG(ERROR) << "Failed to find oat header in oat file " << file_path; 373 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header"; 379 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); [all...] |
| /external/e2fsprogs/misc/ |
| e4defrag.c | 323 char file_path[PATH_MAX + 1]; local 328 if (realpath(file, file_path) == NULL) { 334 if (statfs64(file_path, &fsbuf) < 0) { 355 ret = memcmp(file_path, mnt->mnt_dir, len); [all...] |
| /hardware/qcom/bt/msm8992/libbt-vendor/src/ |
| hw_rome.c | 746 int rome_get_tlv_file(char *file_path) 757 ALOGI("File Open (%s)", file_path); 758 pFile = fopen ( file_path , "r" ); 760 ALOGE("%s File Open Fail", file_path); [all...] |
| /external/lldb/source/Core/ |
| ModuleList.cpp | 775 const char *file_path, 782 FileSpec file_spec(file_path, false); [all...] |
| /external/llvm/utils/llvm-build/llvmbuild/ |
| main.py | 279 file_path = os.path.join(directory_path, 'LLVMBuild.txt') 280 f = open(file_path, "w") [all...] |
| /external/pdfium/fpdfsdk/src/ |
| fpdfview.cpp | 186 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadDocument(FPDF_STRING file_path, FPDF_BYTESTRING password) 191 FX_DWORD err_code = pParser->StartParse((FX_LPCSTR)file_path);
|