HomeSort by relevance Sort by last modified time
    Searched defs:dir_name (Results 1 - 25 of 25) sorted by null

  /external/bison/lib/
dirname.c 32 dir_name (char const *file) function
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 78 std::string dir_name = path.DirName().value(); local
79 int dir_fd = HANDLE_EINTR(open(dir_name.c_str(), O_RDONLY|O_DIRECTORY));
81 PLOG(WARNING) << "Could not open " << dir_name << " for syncing";
87 PLOG(WARNING) << "Failed to sync " << dir_name;
94 PLOG(WARNING) << "Failed to close after sync " << dir_name;
  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 81 string dir_name; local
85 dir_name = compilation_dir_;
89 dir_name = directory_it->second;
99 string full_name = ExpandPath(name, dir_name);
  /external/selinux/sepolgen/src/sepolgen/
module.py 54 def dir_name(self): member in class:ModuleTree
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
module.py 54 def dir_name(self): member in class:ModuleTree
  /system/tpm/attestation/server/
database_impl.cc 129 std::string dir_name = file_path.DirName().value(); local
130 int dir_fd = HANDLE_EINTR(open(dir_name.c_str(), O_RDONLY|O_DIRECTORY));
132 PLOG(WARNING) << "Could not open " << dir_name << " for syncing";
138 PLOG(WARNING) << "Failed to sync " << dir_name;
145 PLOG(WARNING) << "Failed to close after sync " << dir_name;
  /external/e2fsprogs/debugfs/
filefrag.c 43 const char *dir_name; member in struct:filefrag_struct
193 cp = malloc(strlen(fs->dir_name) + strlen(name) + 2);
196 fs->dir_name, name);
200 sprintf(cp, "%s/%s", fs->dir_name, name);
239 fs->dir_name = fs->name;
257 fs->dir_name = p->name;
  /external/e2fsprogs/ext2ed/
dir_com.c 219 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; local
225 ptr=parse_word (command_line,dir_name);
241 strcpy (dir_name,full_dir_name);
246 strncpy (dir_name,full_dir_name,ptr-full_dir_name);
247 dir_name [ptr-full_dir_name]=0;
250 /* dir_name contains the current entry, while */
253 strcpy (name_search,dir_name); /* name_search is used to hold the required entry name */
255 if (dir_entry_ptr->name_len != strlen (dir_name) ||
256 strncmp (dir_name,dir_entry_ptr->name,dir_entry_ptr->name_len)!=0)
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere *
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 1059 char dir_name[40]; local
1070 while((config[count] != '.') && (count < sizeof(dir_name)/sizeof(dir_name[0])))
1074 if(strncpy(dir_name,config,count) == NULL)
1077 dir_name[count]=NULL;
1079 if(strcat(dir_path,dir_name) == NULL)
1128 char dir_name[40]; local
    [all...]
  /bootable/recovery/uncrypt/
uncrypt.cpp 401 std::string dir_name = dirname(&file_name[0]); local
402 unique_fd dfd(open(dir_name.c_str(), O_RDONLY | O_DIRECTORY));
404 ALOGE("failed to open dir %s: %s", dir_name.c_str(), strerror(errno));
408 ALOGE("failed to fsync %s: %s", dir_name.c_str(), strerror(errno));
412 ALOGE("failed to close %s: %s", dir_name.c_str(), strerror(errno));
  /external/libmicrohttpd/src/examples/
demo.c 312 char dir_name[128]; local
339 snprintf (dir_name, sizeof (dir_name),
343 if (0 != stat (dir_name, &sbuf))
353 if (MHD_NO == list_directory (&rdc, dir_name))
demo_https.c 313 char dir_name[128]; local
340 snprintf (dir_name, sizeof (dir_name),
344 if (0 != stat (dir_name, &sbuf))
354 if (MHD_NO == list_directory (&rdc, dir_name))
  /ndk/sources/host-tools/make-3.81/
dir.c 976 dir_name (char *dir)
968 dir_name (char *dir) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 416 dir_name = os.path.abspath(TESTFN) variable
417 file_name = os.path.join(dir_name, module_name) + os.extsep + "py"
423 os.mkdir(self.dir_name)
426 sys.path.insert(0, self.dir_name)
436 rmtree(self.dir_name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 416 dir_name = os.path.abspath(TESTFN) variable
417 file_name = os.path.join(dir_name, module_name) + os.extsep + "py"
423 os.mkdir(self.dir_name)
426 sys.path.insert(0, self.dir_name)
436 rmtree(self.dir_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 416 dir_name = os.path.abspath(TESTFN) variable
417 file_name = os.path.join(dir_name, module_name) + os.extsep + "py"
423 os.mkdir(self.dir_name)
426 sys.path.insert(0, self.dir_name)
436 rmtree(self.dir_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 416 dir_name = os.path.abspath(TESTFN) variable
417 file_name = os.path.join(dir_name, module_name) + os.extsep + "py"
423 os.mkdir(self.dir_name)
426 sys.path.insert(0, self.dir_name)
436 rmtree(self.dir_name)
  /external/e2fsprogs/misc/
e4defrag.c 1727 char dir_name[PATH_MAX + 1]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 1351 char *dir_name = NULL; local
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 4062 char dir_name[40]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.h 435 nis_name dir_name; member in struct:fd_args
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.h 436 nis_name dir_name; member in struct:fd_args
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 3371 char *dir_name = getbase(source_path[index]); local
3424 char *dir_name = strdup(d_name->d_name); local
3489 char *dir_name = dir_ent->name; local
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 6502 char *dir_name = NULL, member in namespace:test141
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 4405 unsigned char *file_name = NULL, *dir_name = NULL; local
    [all...]

Completed in 8550 milliseconds