HomeSort by relevance Sort by last modified time
    Searched defs:file_path (Results 26 - 38 of 38) sorted by null

12

  /system/extras/perfprofd/
perfprofdcore.cc 626 std::string file_path = dest_dir + "/" + e->d_name; local
627 remove(file_path.c_str());
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 480 string file_path; local
485 file_path = ReadTaskString(images.task_, info.file_path_);
493 file_path,
  /external/libchrome/base/
logging.cc 16 #include "base/files/file_path.h"
66 #include "base/files/file_path.h"
298 base::FilePath file_path; local
299 if (!base::GetCurrentDirectory(&file_path))
302 *g_log_file_name = file_path.Append(
  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_edison_fab_c.c 310 char file_path[64] = ""; local
312 snprintf(file_path, 64, "/sys/bus/iio/devices/iio:device1/in_voltage%d_raw", dev->channel);
314 dev->adc_in_fp = open(file_path, O_RDONLY);
318 file_path);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 460 char file_path[kMaxStringLength]; local
461 memset(file_path, 0, sizeof(file_path));
462 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
464 int fd = Sys::open_(file_path, file_mode);
467 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_hdmi.cpp 435 char file_path[kMaxStringLength]; local
436 memset(file_path, 0, sizeof(file_path));
437 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
439 int fd = Sys::open_(file_path, file_mode);
442 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
  /system/tools/aidl/
generate_cpp.cpp 749 string file_path = interface.GetPackage(); local
750 for (char& c: file_path) {
755 if (!file_path.empty()) {
756 file_path += (use_os_sep) ? OS_PATH_SEPARATOR : '/';
758 file_path += ClassName(interface, class_type);
759 file_path += ".h";
761 return file_path;
  /art/patchoat/
patchoat.cc 404 const std::string& file_path = oat_in->GetFilePath(); local
408 LOG(ERROR) << "Failed to find oat header in oat file " << file_path;
413 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header";
419 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic");
    [all...]
  /external/dbus/bus/
activation.c 254 DBusString file_path; local
270 if (!_dbus_string_init (&file_path))
276 if (!_dbus_string_append (&file_path, s_dir->dir_c) ||
277 !_dbus_concat_dir_and_file (&file_path, filename))
283 if (!_dbus_stat (&file_path, &stat_buf, NULL))
421 name, _dbus_string_get_const_data (&file_path));
424 name, _dbus_string_get_const_data (&file_path));
466 _dbus_string_free (&file_path);
483 DBusString file_path; local
491 if (!_dbus_string_init (&file_path))
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 568 char file_path[NAME_MAX]; local
570 mapping, file_path, sizeof(file_path), file_name, sizeof(file_name));
584 if (!minidump_writer_.WriteString(file_path, my_strlen(file_path), &ld))
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 323 char file_path[PATH_MAX + 1]; local
328 if (realpath(file, file_path) == NULL) {
334 if (statfs64(file_path, &fsbuf) < 0) {
355 ret = memcmp(file_path, mnt->mnt_dir, len);
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 960 String file_path = search_paths[n]; local
961 if (file_path.empty())
963 if (file_path[file_path.size() - 1] != _T('/') &&
964 file_path[file_path.size() - 1] != _T('\\')) {
965 file_path.append(_T("/"));
967 file_path.append(libname);
969 LOG2(_T(" in %s: "), file_path.c_str());
971 if (_tstat(file_path.c_str(), &st) < 0)
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1072 milliseconds

12