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

1 2

  /external/fio/lib/
linux-dev-lookup.c 23 char full_path[256]; local
28 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name);
29 if (lstat(full_path, &st) == -1) {
35 found = blktrace_lookup_device(redirect, full_path,
38 strcpy(path, full_path);
58 strcpy(path, full_path);
  /external/dbus/dbus/
dbus-auth-util.c 85 DBusString full_path; local
87 if (!_dbus_string_init (&full_path))
90 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
91 _dbus_assert_not_reached ("couldn't copy dir to full_path");
93 if (!_dbus_concat_dir_and_file (&full_path, &filename))
100 _dbus_string_free (&full_path);
106 if (!_dbus_auth_script_run (&full_path))
108 _dbus_string_free (&full_path);
112 _dbus_string_free (&full_path);
dbus-server-unix.c 89 DBusString full_path; local
92 if (!_dbus_string_init (&full_path))
100 _dbus_string_free (&full_path);
108 !_dbus_string_append (&full_path, tmpdir) ||
109 !_dbus_concat_dir_and_file (&full_path, &filename))
111 _dbus_string_free (&full_path);
120 _dbus_server_new_for_domain_socket (_dbus_string_get_const_data (&full_path),
128 _dbus_string_free (&full_path);
dbus-message-util.c 605 DBusString full_path; local
607 if (!_dbus_string_init (&full_path))
610 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
611 _dbus_assert_not_reached ("couldn't copy dir to full_path");
613 if (!_dbus_concat_dir_and_file (&full_path, &filename))
628 _dbus_string_free (&full_path);
635 if (! (*function) (&full_path,
638 _dbus_string_free (&full_path);
642 _dbus_string_free (&full_path);
    [all...]
  /system/extras/ext4_utils/
contents.h 22 char *full_path; member in struct:dentry
  /external/libchrome/base/files/
file_enumerator_posix.cc 96 FilePath full_path = root_path_.Append(i->filename_); local
97 if (ShouldSkip(full_path))
101 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE))
105 pending_paths_.push(full_path);
file_util_posix.cc 192 char full_path[PATH_MAX]; local
193 if (realpath(input.value().c_str(), full_path) == NULL)
195 return FilePath(full_path);
572 bool CreateDirectoryAndGetError(const FilePath& full_path,
578 FilePath last_path = full_path;
579 subpaths.push_back(full_path);
580 for (FilePath path = full_path.DirName();
  /external/dbus/bus/
activation-helper.c 55 DBusString full_path; local
69 if (!_dbus_string_init (&full_path))
93 _dbus_string_set_length (&full_path, 0);
96 if (!_dbus_string_append (&full_path, dir) ||
97 !_dbus_concat_dir_and_file (&full_path, &filename))
103 _dbus_verbose ("Trying to load file '%s'\n", _dbus_string_get_data (&full_path));
104 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
109 _dbus_string_get_const_data (&full_path),
136 _dbus_string_free (&full_path);
config-parser-trivial.c 345 check_return_values (const DBusString *full_path)
357 printf ("Testing values from: %s\n", _dbus_string_get_const_data (full_path));
359 parser = bus_config_load (full_path, TRUE, NULL, &error);
420 do_load (const DBusString *full_path,
429 parser = bus_config_load (full_path, TRUE, NULL, &error);
473 const DBusString *full_path; member in struct:__anon8675
482 return do_load (d->full_path, d->validity, TRUE);
536 DBusString full_path; local
539 if (!_dbus_string_init (&full_path))
542 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)
670 DBusString full_path; local
    [all...]
activation.c 588 DBusString full_path; local
603 if (!_dbus_string_init (&full_path))
629 _dbus_string_set_length (&full_path, 0);
647 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
648 !_dbus_concat_dir_and_file (&full_path, &filename))
655 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
659 _dbus_string_get_const_data (&full_path),
681 _dbus_string_get_const_data (&full_path), tmp_error.message);
717 _dbus_string_free (&full_path);
2244 DBusString file_name, full_path; local
2279 DBusString file_name, full_path; local
2311 DBusString filename, full_path; local
    [all...]
config-parser.c 2228 DBusString full_path; local
2380 DBusString full_path, selinux_policy_root; local
2427 DBusString full_path; local
2452 DBusString full_path; local
2542 DBusString full_path; local
2858 const DBusString *full_path; member in struct:__anon8685
2922 DBusString full_path; local
3189 DBusString full_path; local
3292 DBusString full_path; local
    [all...]
  /external/opencv3/modules/core/src/
glob.cpp 81 cv::String full_path = cv::String(path) + "\\*"; local
83 size_t copied = mbstowcs(wfull_path, full_path.c_str(), MAX_PATH);
  /external/pdfium/testing/
test_support.cpp 45 std::string full_path = local
49 GetFileContents(full_path.c_str(), &data_length);
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 88 char full_path[SIZE]; local
92 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
98 if (readFromFile(full_path, buf, SIZE, false) < 0) break;
113 char full_path[SIZE]; local
117 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
118 if (readFromFile(full_path, buf, SIZE, false) < 0) break;
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 285 char full_path[MAX_SYSFS_NAME_LEN]; local
306 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name);
307 LOGV_IF(0,"HAL DEBUG: reading %s", full_path);
308 fd = open(full_path, O_RDONLY);
316 LOGI("HAL DEBUG:sysfs:cat %s = %ld", full_path, data);
318 LOGV_IF(0,"HAL DEBUG: error reading %s", full_path);
321 LOGV_IF(0,"HAL DEBUG: error opening %s", full_path);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 282 char full_path[MAX_SYSFS_NAME_LEN]; local
303 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name);
304 LOGV_IF(0,"HAL DEBUG: reading %s", full_path);
305 fd = open(full_path, O_RDONLY);
313 LOGI("HAL DEBUG:sysfs:cat %s = %ld", full_path, data);
315 LOGV_IF(0,"HAL DEBUG: error reading %s", full_path);
318 LOGV_IF(0,"HAL DEBUG: error opening %s", full_path);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 202 char full_path[kMaxPathLength]; member in struct:__sanitizer::ReportFile
  /external/autotest/client/bin/
cpuset.py 83 def full_path(container_name): function
104 return os.path.join(full_path(container_name), 'tasks')
156 mem_files_pattern = os.path.join(full_path(parent),
232 mem_files_pattern = os.path.join(full_path(parent_container),
329 pattern = os.path.join(full_path(parent), '*/tasks')
336 nest_path = full_path(nest)
439 os.mkdir(full_path(name))
450 os.mkdir(full_path(name))
528 if os.path.exists(full_path(name)):
  /external/fio/
diskutil.c 367 char full_path[256]; local
372 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name);
375 if (!check_dev_match(majdev, mindev, full_path)) {
382 if (stat(full_path, &st) == -1) {
387 if (lstat(full_path, &st) == -1) {
396 found = find_block_dir(majdev, mindev, full_path, 0);
398 strcpy(path, full_path);
filesetup.c 1429 char full_path[PATH_MAX]; local
1435 sprintf(full_path, "%s%s%s", dirname, FIO_OS_PATH_SEPARATOR, dir->d_name);
1437 if (lstat(full_path, &sb) == -1) {
1446 add_file(td, full_path, 0, 1);
1452 ret = recurse_dir(td, full_path);
  /external/elfutils/src/
ar.c 135 static bool full_path; variable
368 full_path = true;
1134 entry.key = full_path ? argv[cnt] : basename (argv[cnt]);
    [all...]
  /external/toybox/toys/pending/
diff.c 474 char *full_path; local
479 full_path = dirtree_path(node, NULL);
480 dir[TT.dir_num].list[TT.size - 1] = full_path;
  /external/libpcap/
pcap-usb-linux.c 343 char full_path[USB_LINE_LEN]; local
366 snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
367 handle->fd = open(full_path, O_RDONLY, 0);
405 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR"/%dt", handlep->bus_index);
406 handle->fd = open(full_path, O_RDONLY, 0);
415 snprintf(full_path, USB_LINE_LEN, USB_TEXT_DIR_OLD"/%dt", handlep->bus_index);
416 handle->fd = open(full_path, O_RDONLY, 0);
421 "Can't open USB bus file %s: %s", full_path, strerror(errno));
  /external/webrtc/webrtc/base/
httpcommon.h 240 string full_path() const { function in class:rtc::Url
  /external/opencv3/modules/imgproc/test/
test_color.cpp 1808 std::string full_path = parent_path + image_name; local
2095 std::string full_path = parent_path + image_name; local
    [all...]

Completed in 1412 milliseconds

1 2