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

1 23

  /art/profman/
profile_assistant_test.cc 199 std::string file_path = GetTestAndroidRoot(); local
200 file_path += "/bin/profman";
202 file_path += "d";
204 EXPECT_TRUE(OS::FileExists(file_path.c_str()))
205 << file_path << " should be a valid file path";
206 return file_path;
    [all...]
  /bionic/linker/
linker.cpp 970 const char* file_path = &buf[separator - path + 2]; local
985 if (FindEntry(handle, ZipString(file_path), &entry) != 0) {
    [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/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 226 string file_path = path + "/google/protobuf/descriptor.proto"; local
227 return access(file_path.c_str(), F_OK) != -1;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 63 const char* file_path = getenv("GPB_OBJC_EXPECTED_PACKAGE_PREFIXES"); local
64 if (file_path) {
65 expected_prefixes_path = file_path;
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 582 const string file_path = local
586 *dump_file_path = file_path;
589 return DumpTensorToEventFile(debug_node_key, tensor, wall_time_us, file_path);
615 const string file_path = io::JoinPath(dir_name, file_name); local
621 TF_CHECK_OK(env->NewWritableFile(file_path, &f));
631 const string& file_path) {
635 return DumpEventProtoToFile(events[0], io::Dirname(file_path).ToString(),
636 io::Basename(file_path).ToString());
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 573 char file_path[kMaxStringLength]; local
574 memset(file_path, 0, sizeof(file_path));
575 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
577 int fd = Sys::open_(file_path, file_mode);
580 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 556 char file_path[kMaxStringLength]; local
557 memset(file_path, 0, sizeof(file_path));
558 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
560 int fd = Sys::open_(file_path, file_mode);
563 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 544 char file_path[kMaxStringLength]; local
545 memset(file_path, 0, sizeof(file_path));
546 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
548 int fd = Sys::open_(file_path, file_mode);
551 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 267 char file_path[PATH_MAX + 1]; local
272 if (realpath(file, file_path) == NULL) {
278 if (statfs64(file_path, &fsbuf) < 0) {
299 ret = memcmp(file_path, mnt->mnt_dir, len);
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 340 const auto file_path = GeneratedFileName(path_, file_name_); local
342 return SaveFile(file_path.c_str(), final_code, false);
    [all...]
  /external/python/cpython3/Lib/test/
test_tarfile.py 1474 file_path = os.path.join(TEMPDIR, "spameggs42") variable in class:CreateTest
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 779 milliseconds

1 23