/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_zipfile64.py | 93 for fname in TESTFN, TESTFN2: 94 if os.path.exists(fname): 95 os.remove(fname)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_zipfile64.py | 93 for fname in TESTFN, TESTFN2: 94 if os.path.exists(fname): 95 os.remove(fname)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 93 for fname in TESTFN, TESTFN2: 94 if os.path.exists(fname): 95 os.remove(fname)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 93 for fname in TESTFN, TESTFN2: 94 if os.path.exists(fname): 95 os.remove(fname)
|
/build/kati/ |
eval.cc | 223 void Evaluator::DoInclude(const string& fname) { 224 Makefile* mk = MakefileCacheManager::Get()->ReadMakefile(fname); 228 var_list->AppendVar(this, NewLiteral(Intern(TrimLeadingCurdir(fname)).str())); 252 for (const string& fname : *files) { 254 Pattern(g_flags.ignore_optional_include_pattern).Match(fname)) { 257 DoInclude(fname);
|
runtest.rb | 56 (get_output_filenames + Dir.glob('.*')).each do |fname| 57 next if fname == '.' || fname == '..' 58 FileUtils.rm_rf fname 91 Dir.glob("#{dir}/*").each do |fname| 92 FileUtils.rm_rf(fname)
|
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 166 const char *fname, *ptr; local 183 fname = orig_filename; 184 for (level = 0, ptr = fname + 1; level < prefix_strip; ++ptr) { 189 fname = ptr; 193 filename_len = strlen(fname); 200 memcpy(new_filename + prefix_len, fname, filename_len + 1);
|
/system/extras/verity/ |
Utils.java | 213 static X509Certificate loadPEMCertificate(String fname) throws Exception { 214 try (FileInputStream fis = new FileInputStream(fname)) { 281 static byte[] read(String fname) throws Exception { 283 File f = new File(fname); 294 static void write(byte[] data, String fname) throws Exception{ 295 FileOutputStream out = new FileOutputStream(fname);
|
VerityVerifier.java | 72 public VerityVerifier(String fname) throws Exception { 77 openImage(fname); 115 * @param fname Name of the mincrypt public key file 117 private static PublicKey getMincryptPublicKey(String fname) throws Exception { 118 try (RandomAccessFile key = new RandomAccessFile(fname, "r")) { 140 * @param fname Path to a sparse image file 142 private void openImage(String fname) throws Exception { 146 Process p = Runtime.getRuntime().exec("simg2img " + fname +
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
doxy2swig.py | 376 fname = refid + '.xml' 377 if not os.path.exists(fname): 378 fname = os.path.join(self.my_dir, fname) 380 print("parsing file: %s" % fname) 381 p = Doxy2SWIG(fname, self.include_function_definition, self.quiet) 385 def write(self, fname): 386 o = my_open_write(fname)
|
/hardware/bsp/intel/peripheral/libupm/src/ |
doxy2swig.py | 376 fname = refid + '.xml' 377 if not os.path.exists(fname): 378 fname = os.path.join(self.my_dir, fname) 380 print("parsing file: %s" % fname) 381 p = Doxy2SWIG(fname, self.include_function_definition, self.quiet) 385 def write(self, fname): 386 o = my_open_write(fname)
|
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 118 void printProgram(const std::string& fname, const std::string& modName ); 119 void printModule(const std::string& fname, const std::string& modName ); 120 void printContents(const std::string& fname, const std::string& modName ); 121 void printFunction(const std::string& fname, const std::string& funcName ); 123 void printInline(const std::string& fname, const std::string& funcName ); 124 void printVariable(const std::string& fname, const std::string& varName ); 125 void printType(const std::string& fname, const std::string& typeName ); 1949 Out << "Module* " << fname << "();\\n\\n"; local 1951 Out << " Module* Mod = " << fname << "();\\n"; local 1992 Out << "\\nModule* " << fname << "(Module *mod) {\\n"; local 2008 Out << "\\nFunction* " << fname << "(Module *mod) {\\n"; local 2039 Out << "\\nGlobalVariable* " << fname << "(Module *mod) {\\n"; local 2054 Out << "\\nType* " << fname << "(Module *mod) {\\n"; local 2067 std::string fname = FuncName.getValue(); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
hs20_supplicant.c | 337 const char *fname) 348 if (chmod(fname, statbuf.st_mode) < 0) { 350 "Cannot change the permissions for %s", fname); 354 if (chown(fname, statbuf.st_uid, statbuf.st_gid) < 0) { 356 fname); 383 char fname[256]; local 453 snprintf(fname, sizeof(fname), "%s/osu-icon-%u.%s", 456 f = fopen(fname, "wb"); 460 hs20_set_osu_access_permission(wpa_s->conf->osu_dir, fname); 649 char fname[256]; local [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
antlr.js | 350 var fname=add[i],f=s[fname]; 351 if (org.antlr.lang.isFunction(f) && f!=Object.prototype[fname]) { 352 r[fname]=f;
|
/external/avahi/avahi-daemon/ |
dbus-util.h | 46 DBusHandlerResult avahi_dbus_handle_introspect(DBusConnection *c, DBusMessage *m, const char *fname);
|
/external/blktrace/ |
blkrawverify.c | 283 char *fname = malloc(1024); local 298 sprintf(fname, "%s.blktrace.%d", devname, cpu); 299 if (stat(fname, &st) < 0) { 308 nbad = process(&ofp, devname, fname, cpu);
|
/external/dbus/dbus/ |
dbus-nonce.c | 95 * @param fname the file to read the nonce from 101 _dbus_read_nonce (const DBusString *fname, DBusString *nonce, DBusError* error) 111 _dbus_verbose ("reading nonce from file: %s\n", _dbus_string_get_const_data (fname)); 114 fp = fopen (_dbus_string_get_const_data (fname), "rb"); 121 dbus_set_error (error, DBUS_ERROR_FILE_NOT_FOUND, "Could not read nonce from file %s", _dbus_string_get_const_data (fname));
|
/external/e2fsprogs/intl/ |
localealias.c | 143 static size_t read_alias_file (const char *fname, int fname_len) 217 read_alias_file (const char *fname, int fname_len) 226 mempcpy (mempcpy (full_fname, fname, fname_len), 229 memcpy (full_fname, fname, fname_len);
|
/external/elfutils/src/ |
elfcompress.c | 249 process_file (const char *fname) 252 printf ("processing: %s\n", fname); 327 fd = open (fname, O_RDONLY); 330 error (0, errno, "Couldn't open %s\n", fname); 338 fname, elf_errmsg (-1)); 347 error (0, 0, "Cannot handle ar files: %s", fname); 349 error (0, 0, "Unknown file type: %s", fname); 356 error (0, errno, "Couldn't fstat %s", fname); 363 error (0, 0, "Couldn't get ehdr for %s: %s", fname, elf_errmsg (-1)); 372 fname, elf_errmsg (-1)) [all...] |
/external/elfutils/tests/ |
asm-tst3.c | 30 static const char fname[] = "asm-tst3-out.o"; variable 75 ctx = asm_begin (fname, ebl, false); 140 fd = open (fname, O_RDONLY); 334 unlink (fname);
|
asm-tst9.c | 31 static const char fname[] = "asm-tst9-out.o"; variable 103 ctx = asm_begin (fname, ebl, false); 167 fd = open (fname, O_RDONLY); 330 unlink (fname);
|
/external/fio/engines/ |
libhdfs.c | 63 char fname[80]; local 95 sprintf(fname, ".f%lu", f_id); 96 fi = hdfsGetPathInfo(hd->fs, fname); 100 hdfsOpenFile(hd->fs, fname, open_flags, 0, 0,
|
/external/llvm/lib/Support/ |
Path.cpp | 551 StringRef fname = filename(path); 552 size_t pos = fname.find_last_of('.'); 554 return fname; 556 if ((fname.size() == 1 && fname == ".") || 557 (fname.size() == 2 && fname == "..")) 558 return fname; 560 return fname.substr(0, pos); 564 StringRef fname = filename(path) [all...] |
/external/opencv3/modules/core/src/ |
system.cpp | 544 String fname; local 564 fname = String(aname); 580 fname = temp_file; 591 fname = defaultTemplate; 594 fname = temp_dir; 595 char ech = fname[fname.size() - 1]; 597 fname = fname + "/"; 598 fname = fname + "__opencv_temp.XXXXXX" [all...] |
/external/selinux/libselinux/src/ |
get_context_list.c | 404 char *fname = NULL; local 436 fname = malloc(fname_len); 437 if (!fname) 439 snprintf(fname, fname_len, "%s%s", user_contexts_path, user); 440 fp = fopen(fname, "r"); 449 __FUNCTION__, fname); 453 free(fname);
|