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

1 23 4 5 6 7 8 91011>>

  /build/make/core/
pathmap.mk 24 # have the correct header files added to their include path automatically.
54 # Returns the path to the requested module's include directory,
60 define include-path-for
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 33 String path = sm.getMountedObbPath("/dev/null\0asec list"); local
34 assertNull(path);
  /external/ImageMagick/Magick++/demo/
piddle.cpp 104 std::vector<VPath> path; local
105 path.push_back(PathMovetoAbs(Coordinate(160,70)));
106 path.push_back(PathLinetoVerticalRel(-40));
107 path.push_back(PathArcRel(PathArcArgs(40,40, 0, 0, 0, -40,40)));
108 path.push_back(PathClosePath());
109 drawList.push_back(DrawablePath(path));
  /external/ImageMagick/MagickCore/
string_.h 30 *path; member in struct:_StringInfo
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
StepRenderer.java 19 import android.graphics.Path;
34 protected void appendToPath(Path path, PointF thisPoint, PointF lastPoint) {
35 //path.lineTo(thisPoint.x, thisPoint.y);
37 path.lineTo(thisPoint.x, lastPoint.y);
38 path.lineTo(thisPoint.x, thisPoint.y);
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
open.c 29 char *path; local
34 path = "/dev/zero";
38 path = "/dev/null";
42 path = "/dev/null";
50 int fd = syscall(__NR_open, path, flags);
  /external/clang/tools/libclang/
CIndexer.cpp 47 // Did we already compute the path?
56 char path[MAX_PATH]; local
59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH);
63 strcpy(w32path, path);
65 cygwin_conv_path(CCP_WIN_A_TO_POSIX, w32path, path, MAX_PATH);
67 cygwin_conv_to_full_posix_path(w32path, path);
71 LibClangPath += llvm::sys::path::parent_path(path);
79 LibClangPath += llvm::sys::path::parent_path(info.dli_fname);
82 llvm::sys::path::append(LibClangPath, "clang", CLANG_VERSION_STRING)
    [all...]
  /external/compiler-rt/test/tsan/
dl_iterate_phdr.cc 37 std::string path = std::string(argv[0]) + std::string("-so.so"); local
42 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/libmojo/base/android/
content_uri_utils_unittest.cc 15 // Get the test image path.
24 FilePath path = base::InsertImageIntoMediaStore(image_file); local
25 EXPECT_TRUE(path.IsContentUri());
26 EXPECT_TRUE(PathExists(path));
28 std::string mime = GetContentUriMimeType(path);
path_utils_unittest.cc 32 FilePath path; local
33 GetDataDirectory(&path);
37 path.value());
44 FilePath path; local
45 GetCacheDirectory(&path);
48 path.value());
55 FilePath path; local
56 GetNativeLibraryDirectory(&path);
58 base::PathExists(path.Append("libbase_unittests.so")) ||
59 base::PathExists(path.Append("libbase_unittests.cr.so")) |
    [all...]
  /external/libunwind/src/
os-hpux.c 47 unsigned long *segbase, unsigned long *mapoff, char **path)
50 const char *path; local
75 path = dlgetname (&lmd, sizeof (lmd), NULL, 0, 0);
76 if (!path)
87 map->path = strdup(path2);
92 Debug(1, "segbase=%lx, mapoff=%lx, path=%s\n", map->start, map->offset, map->path);
125 if (path != NULL)
127 *path = strdup (map->path);
    [all...]
  /external/ltp/testcases/kernel/syscalls/execl/
execl01.c 54 char path[2048]; local
60 if (tst_get_path("execl01_child", path, sizeof(path)))
61 tst_brkm(TCONF, NULL, "Couldn't find execl01_child in $PATH");
66 execl(path, "execl01_child", "canary", NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
8-1.c 39 char path[25] = "/tmp/posixtestXXXXXX"; local
41 fd1 = mkstemp(path);
50 unlink(path);
54 unlink(path);
  /external/pdfium/xfa/fwl/theme/
cfwl_carettp.cpp 42 CXFA_GEPath path; local
44 path.AddRectangle(rect.left, rect.top, rect.width, rect.height);
50 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix);
cfwl_listboxtp.cpp 66 CXFA_GEPath path; local
68 path.AddRectangle(rt.left, rt.top, rt.width - 1, rt.height - 1);
70 path.AddRectangle(rt.left, rt.top, rt.width, rt.height);
72 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix);
  /external/perf_data_converter/src/quipper/
scoped_temp_path.h 20 // The temporary path will be removed when the object is destroyed.
22 const string& path() const { return path_; } function in class:quipper::ScopedTempPath
33 // Create a temporary file. If successful, the path will be stored in
43 // Create a temporary directory. If successful, the path will be stored in
  /external/selinux/libselinux/src/
check_context.c 14 char path[PATH_MAX]; local
22 snprintf(path, sizeof path, "%s/context", selinux_mnt);
23 fd = open(path, O_RDWR | O_CLOEXEC);
checkreqprot.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof(path), "%s/checkreqprot", selinux_mnt);
24 fd = open(path, O_RDONLY | O_CLOEXEC);
deny_unknown.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof(path), "%s/deny_unknown", selinux_mnt);
24 fd = open(path, O_RDONLY | O_CLOEXEC);
enabled.c 32 char buf[20], path[PATH_MAX]; local
38 snprintf(path, sizeof path, "%s/mls", selinux_mnt);
39 fd = open(path, O_RDONLY | O_CLOEXEC);
getenforce.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
24 fd = open(path, O_RDONLY | O_CLOEXEC);
matchmediacon.c 16 const char *path = selinux_media_context_path(); local
21 if ((infile = fopen(path, "re")) == NULL)
policyvers.c 16 char path[PATH_MAX]; local
25 snprintf(path, sizeof path, "%s/policyvers", selinux_mnt);
26 fd = open(path, O_RDONLY | O_CLOEXEC);
  /external/skia/experimental/sksg/geometry/
SkSGPlane.cpp 30 SkPath path; local
31 path.setFillType(SkPath::kInverseWinding_FillType);
33 return path;
  /external/skia/experimental/svg/model/
SkSVGContainer.cpp 31 SkPath path; local
36 Op(path, childPath, kUnion_SkPathOp, &path);
39 this->mapToParent(&path);
40 return path;

Completed in 259 milliseconds

1 23 4 5 6 7 8 91011>>