HomeSort by relevance Sort by last modified time
    Searched defs:path (Results 176 - 200 of 5507) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/strace/tests-mx32/
inotify.c 44 const char *path; member in struct:__anon35517
59 char *bogus_path = tail_memdup(bogus_path_str.path,
60 strlen(bogus_path_str.path) + 1);
  /external/swiftshader/src/Common/
Configurator.hpp 53 std::string path; member in class:sw::Configurator
  /external/tensorflow/tensorflow/compiler/xla/
protobuf_util.cc 21 #include "tensorflow/core/lib/io/path.h"
59 const string path = tensorflow::io::JoinPath(directory, safe_file_name); local
60 return tensorflow::WriteBinaryProto(env, path, message);
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.h 19 #include "tensorflow/core/lib/io/path.h"
68 StringPiece scheme, host, path; variable
69 io::ParseURI(name, &scheme, &host, &path);
70 return path.ToString();
  /external/toybox/toys/other/
insmod.c 44 char *path = !strcmp(*toys.optargs, "-") ? "/dev/stdin" : *toys.optargs; local
45 char *buf = readfileat(AT_FDCWD, path, NULL, &len);
  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.c 51 char path[] = "/bin/sh"; local
55 SY(SYS_spawn, path, x0, x0, x0 + argenv, x0 + sizeof(argenv));
  /external/valgrind/none/tests/solaris/
proc_aout.c 1 /* Test whether /proc/{self,$PID}/path/a.out is correctly simulated. */
10 const char *path)
15 if ((n = readlink(path, buf, sizeof(buf) - 1)) >= 0) {
31 const char *path)
36 if ((n = readlinkat(AT_FDCWD, path, buf, sizeof(buf) - 1)) >= 0) {
54 char path[PATH_MAX]; local
61 snprintf(path, sizeof(path), "/proc/%ld/path/a.out", (long)getpid());
63 test_readlink(cwd, "/proc/self/path/a.out", "/proc/self/path/a.out")
    [all...]
proc_psinfo.c 13 const char *path)
19 fd = open(path, O_RDONLY);
27 fd = openat(AT_FDCWD, path, O_RDONLY);
56 char path[PATH_MAX]; local
57 snprintf(path, sizeof(path), "/proc/%ld/psinfo", (long int) getpid());
61 test_psinfo(0, "/proc/<pid>/psinfo", path);
66 test_psinfo(1, "/proc/<pid>/psinfo", path);
  /external/wayland/cursor/
os-compatibility.c 107 const char *path; local
112 path = getenv("XDG_RUNTIME_DIR");
113 if (!path) {
118 name = malloc(strlen(path) + sizeof(template));
122 strcpy(name, path);
  /external/webrtc/talk/media/base/
executablehelpers.h 42 // Returns the path to the running executable or an empty path.
61 rtc::Pathname path(dir_tmp);
63 rtc::Pathname path(exe_path_buffer);
90 rtc::Pathname path(exe_path_buffer);
92 rtc::Pathname path; local
94 return path;
  /external/webrtc/webrtc/base/
fileutils_unittest.cc 20 Pathname path; local
21 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
26 Pathname path; local
27 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
28 path.SetPathname(Filesystem::TempFilename(path, "ut"));
34 fs = Filesystem::OpenFile(path, "wb");
40 EXPECT_TRUE(Filesystem::IsFile(path));
42 fs = Filesystem::OpenFile(path, "rb");
48 EXPECT_TRUE(Filesystem::DeleteFile(path));
54 Pathname path; local
67 Pathname path; local
90 Pathname path; local
126 Pathname path; local
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
CanvasStateTests.cpp 104 // complex path causes complex clip
105 SkPath path; local
106 path.addOval(SkRect::MakeWH(200, 200));
108 state.clipPath(&path, SkClipOp::kDifference);
  /frameworks/base/packages/DefaultContainerService/jni/
com_android_defcontainer_MeasurementUtils.cpp 35 const char* path = env->GetStringUTFChars(directory, NULL); local
36 if (path == NULL) {
40 int dirfd = open(path, O_DIRECTORY, O_RDONLY);
42 ALOGI("error opening: %s: %s", path, strerror(errno));
48 env->ReleaseStringUTFChars(directory, path);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 23 import android.graphics.Path;
33 * scheme in particular, because we should be able to have the Java-level path finalized
34 * without destroying the underlying native path object until we are done referencing it
60 private Path getRandomPath() {
67 Path path = new Path(); local
68 path.moveTo(left, top);
69 path.lineTo(right, top);
70 path.lineTo(right, bottom)
86 Path path; local
    [all...]
  /frameworks/base/tools/aapt2/filter/
AbiFilter_test.cpp 29 std::string path; member in struct:aapt::__anon45966::TestData
60 EXPECT_EQ(mips->Keep(data.path), data.kept);
  /frameworks/base/tools/aapt2/format/
Archive.h 41 std::string path; member in namespace:aapt
50 virtual bool WriteFile(const android::StringPiece& path, uint32_t flags, io::InputStream* in) = 0;
55 virtual bool StartEntry(const android::StringPiece& path, uint32_t flags) = 0;
74 const android::StringPiece& path);
77 const android::StringPiece& path);
  /frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
jnidebugwaitattach.cpp 33 const char * path = env->GetStringUTFChars(pathObj, nullptr); local
34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
35 env->ReleaseStringUTFChars(pathObj, path);
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
jninodebugwaitattach.cpp 33 const char * path = env->GetStringUTFChars(pathObj, nullptr); local
34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
35 env->ReleaseStringUTFChars(pathObj, path);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
cpuhint.cpp 42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
cpuhint.cpp 42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
cpuhint.cpp 42 char path[PROPERTY_VALUE_MAX]; local
43 if (debug_handler->GetProperty("ro.vendor.extension_library", path) != kErrorNone) {
58 if (vendor_ext_lib_.Open(path)) {
67 DLOGW("Failed to open %s : %s", path, vendor_ext_lib_.Error());
  /libcore/ojluni/src/main/java/sun/misc/
FileURLMapper.java 46 String path; field in class:FileURLMapper
53 * @returns the platform specific path corresponding to the URL
58 if (path != null) {
59 return path;
63 path = url.getFile();
64 path = ParseUtil.decode (path);
66 return path;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PullRequest.java 23 public String path; field in class:PullRequest
30 return "PullRequest: { path=" + path + " }";
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
UriType.java 22 /** Returns the path associated with this URI type. */
23 public String path(); method in interface:UriType

Completed in 557 milliseconds

1 2 3 4 5 6 78 91011>>