HomeSort by relevance Sort by last modified time
    Searched defs:dirname (Results 101 - 125 of 241) sorted by null

1 2 3 45 6 7 8 910

  /bionic/libc/bionic/
libgen.cpp 166 char* dirname(const char* path) { function
  /bionic/tests/
TemporaryFile.h 75 rmdir(dirname);
78 char dirname[1024]; member in class:TemporaryDir
82 snprintf(dirname, sizeof(dirname), "%s/TemporaryDir-XXXXXX", tmp_dir);
83 return (mkdtemp(dirname) != NULL);
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd_test.cpp 33 char dirname[] = "/tmp/sfdtestXXXXXX"; local
34 char* socket = mkdtemp(dirname);
36 std::string path(dirname);
  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 62 std::string dirname = dp->d_name; local
63 std::string sysfs(sysfs_base + dirname + "/name");
78 std::string dev("/dev/" + dirname);
  /external/ltp/lib/
tst_fs_link_count.c 109 char dirname[PATH_MAX]; local
137 sprintf(dirname, "%s/testdir%d", dir, i);
139 if (mkdir(dirname, 0755) == 0)
162 dirname);
166 "unexpectedly: %s", dirname,
178 sprintf(dirname, "%s/testdir%d", dir, j);
179 SAFE_RMDIR(cleanup, dirname);
  /external/perf_data_converter/src/quipper/
scoped_temp_path.cc 61 std::vector<char> dirname = MakeTempfileTemplate(prefix); local
62 if (!mkdtemp(dirname.data())) return;
63 path_ = string(dirname.data()) + "/";
  /external/e2fsprogs/intl/
bindtextdom.c 134 const char *dirname = *dirnamep; local
136 if (dirname == NULL)
138 *dirnamep = binding->dirname;
144 char *result = binding->dirname;
145 if (strcmp (dirname, result) != 0)
147 if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0)
152 result = strdup (dirname);
154 size_t len = strlen (dirname) + 1;
157 memcpy (result, dirname, len);
163 if (binding->dirname != INTUSE(_nl_default_dirname)
234 const char *dirname = *dirnamep; local
    [all...]
  /external/python/cpython2/Lib/
os2emxpath.py 16 "basename","dirname","commonprefix","getsize","getmtime",
94 # Return the head (dirname) part of a path.
96 def dirname(p): function
macpath.py 11 "basename","dirname","commonprefix","getsize","getmtime",
90 def dirname(s): return split(s)[0] function
164 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
165 dirname is the name of the directory, and fnames a list of the names of
166 the files and subdirectories in dirname (excluding '.' and '..'). func
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 15 "basename","dirname","commonprefix","getsize","getmtime",
93 # Return the head (dirname) part of a path.
95 def dirname(p): function
macpath.py 10 "basename","dirname","commonprefix","getsize","getmtime",
89 def dirname(s): return split(s)[0] function
163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
165 the files and subdirectories in dirname (excluding '.' and '..'). func
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 15 "basename","dirname","commonprefix","getsize","getmtime",
93 # Return the head (dirname) part of a path.
95 def dirname(p): function
macpath.py 10 "basename","dirname","commonprefix","getsize","getmtime",
89 def dirname(s): return split(s)[0] function
163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
165 the files and subdirectories in dirname (excluding '.' and '..'). func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 15 "basename","dirname","commonprefix","getsize","getmtime",
93 # Return the head (dirname) part of a path.
95 def dirname(p): function
macpath.py 10 "basename","dirname","commonprefix","getsize","getmtime",
89 def dirname(s): return split(s)[0] function
163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
165 the files and subdirectories in dirname (excluding '.' and '..'). func
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 15 "basename","dirname","commonprefix","getsize","getmtime",
93 # Return the head (dirname) part of a path.
95 def dirname(p): function
macpath.py 10 "basename","dirname","commonprefix","getsize","getmtime",
89 def dirname(s): return split(s)[0] function
163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
165 the files and subdirectories in dirname (excluding '.' and '..'). func
  /toolchain/binutils/binutils-2.27/intl/
bindtextdom.c 141 const char *dirname = *dirnamep; local
143 if (dirname == NULL)
145 *dirnamep = binding->dirname;
151 char *result = binding->dirname;
152 if (strcmp (dirname, result) != 0)
154 if (strcmp (dirname, INTUSE(_nl_default_dirname)) == 0)
159 result = strdup (dirname);
161 size_t len = strlen (dirname) + 1;
164 memcpy (result, dirname, len);
170 if (binding->dirname != INTUSE(_nl_default_dirname)
242 const char *dirname = *dirnamep; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 48 dirname = os.path.dirname variable
  /external/python/cpython3/Lib/
macpath.py 9 "basename","dirname","commonprefix","getsize","getmtime",
110 def dirname(s): return split(s)[0] function
  /external/skia/bench/
ResultsWriter.h 133 SkString dirname = SkOSPath::Dirname(fFilename.c_str()); variable
134 if (!sk_exists(dirname.c_str(), kWrite_SkFILE_Flag)) {
135 if (!sk_mkdir(dirname.c_str())) {
  /external/skqp/bench/
ResultsWriter.h 133 SkString dirname = SkOSPath::Dirname(fFilename.c_str()); variable
134 if (!sk_exists(dirname.c_str(), kWrite_SkFILE_Flag)) {
135 if (!sk_mkdir(dirname.c_str())) {
  /external/tensorflow/tensorflow/core/platform/
file_system_test.cc 44 Status CreateDir(const string& dirname) override {
46 ParsePath(dirname, &parsed_path);
50 "dirname already exists.");
55 return Status(tensorflow::error::INVALID_ARGUMENT, "Bad dirname");
90 Status IsDirectory(const string& dirname) override {
92 ParsePath(dirname, &parsed_path);
254 const string dirname = io::JoinPath(kPrefix, "match-00/abc/00"); local
255 TF_EXPECT_OK(ipfs.RecursivelyCreateDir(dirname));
258 EXPECT_EQ(ipfs.CreateDir(dirname).code(), tensorflow::error::ALREADY_EXISTS);
259 TF_EXPECT_OK(ipfs.RecursivelyCreateDir(dirname));
    [all...]
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 152 const char *dirname = "/dev/input"; local
157 dir = opendir(dirname);
160 strcpy(devname, dirname);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 149 const char *dirname = "/dev/input"; local
154 dir = opendir(dirname);
157 strcpy(devname, dirname);

Completed in 266 milliseconds

1 2 3 45 6 7 8 910