HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 26 - 50 of 70) sorted by null

12 3

  /system/extras/ext4_utils/
make_ext4fs.c 146 full_path is an absolute or relative path, with a trailing slash, to the
151 static u32 build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path,
166 if (full_path) {
167 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
175 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
203 asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
207 ret = lstat(dentries[i].full_path, &stat);
265 readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1);
283 dentries[0].full_path = NULL
    [all...]
  /external/f2fs-tools/fsck/
segment.c 175 fd = open(de->full_path, O_RDONLY);
177 MSG(0, "Skip: Fail to open %s\n", de->full_path);
219 MSG(1, "Info: built a file %s, size=%lu\n", de->full_path, de->size);
  /external/jsoncpp/
doxybuild.py 21 full_path = os.path.join(directory, name)
22 if os.path.isfile(full_path):
23 return full_path
  /external/webrtc/webrtc/base/
httpcommon_unittest.cc 32 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
46 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
69 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix,
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid);
62 fd = OpenFile(full_path, WrOnly);
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 149 full_path = os.path.abspath(os.path.normpath('/foo'))
153 self.assertEqual(loader._top_level_dir, full_path)
154 self.assertIn(full_path, sys.path)
307 full_path = os.path.abspath('foo')
317 if full_path in sys.path:
318 sys.path.remove(full_path)
341 self.assertEqual(sys.path[0], full_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_discovery.py 149 full_path = os.path.abspath(os.path.normpath('/foo'))
153 self.assertEqual(loader._top_level_dir, full_path)
154 self.assertIn(full_path, sys.path)
321 full_path = os.path.abspath('foo')
331 if full_path in sys.path:
332 sys.path.remove(full_path)
355 self.assertEqual(sys.path[0], full_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_discovery.py 149 full_path = os.path.abspath(os.path.normpath('/foo'))
153 self.assertEqual(loader._top_level_dir, full_path)
154 self.assertIn(full_path, sys.path)
321 full_path = os.path.abspath('foo')
331 if full_path in sys.path:
332 sys.path.remove(full_path)
355 self.assertEqual(sys.path[0], full_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 149 full_path = os.path.abspath(os.path.normpath('/foo'))
153 self.assertEqual(loader._top_level_dir, full_path)
154 self.assertIn(full_path, sys.path)
321 full_path = os.path.abspath('foo')
331 if full_path in sys.path:
332 sys.path.remove(full_path)
355 self.assertEqual(sys.path[0], full_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 149 full_path = os.path.abspath(os.path.normpath('/foo'))
153 self.assertEqual(loader._top_level_dir, full_path)
154 self.assertIn(full_path, sys.path)
321 full_path = os.path.abspath('foo')
331 if full_path in sys.path:
332 sys.path.remove(full_path)
355 self.assertEqual(sys.path[0], full_path)
  /external/autotest/utils/
test_importer.py 132 full_path = os.path.join(autotest_dir, test.path)
133 if not os.path.isfile(full_path):
139 full_path = os.path.join(autotest_dir, "client", "profilers",
141 if not os.path.exists(full_path):
156 full_path = os.path.join(autotest_dir, test.path)
162 full_path = os.path.join(autotest_dir, "client", "profilers",
  /frameworks/base/tools/aapt2/util/
Files.cpp 299 std::string full_path = root_dir; local
300 AppendPath(&full_path, file_name);
301 const FileType file_type = GetFileType(full_path);
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 128 full_path = os.path.join(root_dir, file_name)
129 rel_path = os.path.relpath(full_path, host_dir)
133 elf = elf_parser.ElfParser(full_path)
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 502 char full_path[PATH_MAX + 1 + 1]; /* Add one for '\0' and another to exceed the PATH_MAX limit, see creat_path_max() */ variable
789 * This routine populates full_path with a pathname whose length exceeds
814 strcpy(full_path, cwd);
816 strcat(full_path, path1);
818 size = strlen(full_path);
820 strcat(full_path, "/");
822 strcat(full_path, "Z");
828 * This routine checks that full_path's length exceeds the PATH_MAX
837 if (strlen(full_path) == (PATH_MAX + 1))
842 "full_path character array length was not"
    [all...]
  /external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py 59 full_path = os.path.join(os.path.dirname(__file__), sub_path)
60 with open(full_path) as f:
  /external/libchrome/base/files/
file_util.cc 186 bool CreateDirectory(const FilePath& full_path) {
187 return CreateDirectoryAndGetError(full_path, NULL);
file_util.h 266 BASE_EXPORT bool CreateDirectoryAndGetError(const FilePath& full_path,
270 BASE_EXPORT bool CreateDirectory(const FilePath& full_path);
file_util_posix.cc 193 char full_path[PATH_MAX]; local
194 if (realpath(input.value().c_str(), full_path) == NULL)
196 return FilePath(full_path);
592 bool CreateDirectoryAndGetError(const FilePath& full_path,
598 FilePath last_path = full_path;
599 subpaths.push_back(full_path);
600 for (FilePath path = full_path.DirName();
  /external/libpcap/
pcap-usb-linux.c 383 char full_path[USB_LINE_LEN]; local
406 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
407 handle->fd = open(full_path, O_RDONLY, 0);
445 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
446 handle->fd = open(full_path, O_RDONLY, 0);
455 pcap_snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
456 handle->fd = open(full_path, O_RDONLY, 0);
461 "Can't open USB bus file %s: %s", full_path, strerror(errno));
  /external/pdfium/testing/
test_support.cpp 47 std::string full_path = local
51 GetFileContents(full_path.c_str(), &data_length);
  /external/valgrind/tests/
check_headers_and_includes 146 my $full_path = defined $path ? "$path/$file" : $file;
147 process_dir($full_path, $file, $depth + 1);
  /tools/test/connectivity/acts/framework/acts/
utils.py 132 full_path = abs_path(path)
133 if not os.path.exists(full_path):
134 os.makedirs(full_path)
257 full_path = abs_path(file_path)
258 with open(full_path, mode) as f:
  /external/fio/
diskutil.c 366 char full_path[256]; local
371 sprintf(full_path, "%s/%s", path, dir->d_name);
374 if (!check_dev_match(majdev, mindev, full_path)) {
381 if (stat(full_path, &st) == -1) {
386 if (lstat(full_path, &st) == -1) {
395 found = find_block_dir(majdev, mindev, full_path, 0);
397 strcpy(path, full_path);
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 232 void find_full_path(char *cur_dir, char *file_to_find, char *full_path)
256 file_to_find, full_path);
260 snprintf(full_path, MAX_FILE_LENGTH, "%s/%s",
  /system/core/adb/
test_device.py 682 self.full_path = handle.name
683 self.base_name = os.path.basename(self.full_path)
687 def __init__(self, checksum, full_path):
689 self.full_path = full_path
690 self.base_name = posixpath.basename(self.full_path)
721 full_path = posixpath.join(in_dir, base_name)
723 device.shell(['dd', 'if=/dev/urandom', 'of={}'.format(full_path),
725 dev_md5, _ = device.shell([get_md5_prog(device), full_path])[0].split()
727 files.append(DeviceFile(dev_md5, full_path))
    [all...]

Completed in 395 milliseconds

12 3