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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/build/
dir_exists.py 6 import os.path namespace
9 sys.stdout.write(str(os.path.isdir(sys.argv[1])))
  /external/chromium/chrome/browser/net/
file_system_url_request_job_factory.cc 21 const std::string path = request->url().path(); local
23 // If the path ends with a /, we know it's a directory. If the path refers
26 if (!path.empty() && path[path.size() - 1] == '/') {
  /external/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);
load_policy.c 21 char path[PATH_MAX]; local
29 snprintf(path, sizeof path, "%s/load", selinux_mnt);
30 fd = open(path, O_RDWR);
disable.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof path, "%s/disable", selinux_mnt);
24 fd = open(path, O_WRONLY);
setenforce.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
24 fd = open(path, O_RDWR);
canonicalize_context.c 15 char path[PATH_MAX]; local
25 snprintf(path, sizeof path, "%s/context", selinux_mnt);
26 fd = open(path, O_RDWR);
compute_av.c 19 char path[PATH_MAX]; local
29 snprintf(path, sizeof path, "%s/access", selinux_mnt);
30 fd = open(path, O_RDWR);
compute_create.c 18 char path[PATH_MAX]; local
28 snprintf(path, sizeof path, "%s/create", selinux_mnt);
29 fd = open(path, O_RDWR);
  /external/skia/legacy/src/animator/
SkDrawClip.h 26 SkDrawPath* path; member in class:SkDrawClip
SkTextToPath.h 27 SkDrawPath* path; member in class:SkTextToPath
  /external/skia/src/animator/
SkDrawClip.h 26 SkDrawPath* path; member in class:SkDrawClip
SkTextToPath.h 27 SkDrawPath* path; member in class:SkTextToPath
  /device/asus/deb/dumpstate/
dumpstate.c 23 char path[64], title[32]; local
24 sprintf(path, "/sys/kernel/debug/ks_bridge/ks_bridge:%d", i);
26 dump_file(title, path);
  /device/asus/flo/dumpstate/
dumpstate.c 23 char path[64], title[32]; local
24 sprintf(path, "/sys/kernel/debug/ks_bridge/ks_bridge:%d", i);
26 dump_file(title, path);
  /external/chromium/base/memory/
scoped_temp_dir.h 27 // Recursively delete path.
34 // Creates a unique directory under a given path, and takes ownership of it.
35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
37 // Takes ownership of directory at |path|, creating it if necessary.
39 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
48 const FilePath& path() const { return path_; } function in class:ScopedTempDir
  /external/compiler-rt/lib/asan/lit_tests/
shared-lib-test.cc 37 string path = string(argv[0]) + "-so.so"; local
38 printf("opening %s ... \n", path.c_str());
39 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/icu4c/common/
ures_cnv.c 34 char *path = pathBuffer; local
40 path = NULL;
52 u_UCharsToChars(myPath, path, length+1); /* length+1 to include the NUL */
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
63 /* not NUL-terminated - path too long */
75 return ures_open(path, localeID, status);
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_html.py 32 import os.path namespace
37 (dir_name, file_name) = os.path.split(resource_path)
82 output_dir_name = os.path.dirname(devtools_html_name)
  /external/webkit/Source/WebKit/gtk/webkit/
webkitapplicationcache.cpp 78 * Returns the current path to the directory WebKit will write web application
79 * cache databases. By default this path is set to $XDG_DATA_HOME/webkit/databases
82 * Returns: the current application cache database directory path
89 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory()); local
90 return path.data();
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 21 import android.graphics.Path;
35 // new the Path instance
36 new Path();
38 // another the Path instance with different params
39 new Path(new Path());
44 // new the Path instance
45 Path path = new Path(); local
55 Path path = new Path(); local
63 Path path = new Path(); local
69 Path path = new Path(); local
85 Path path = new Path(); local
99 Path path = new Path(); local
107 Path path = new Path(); local
121 Path path = new Path(); local
129 Path path = new Path(); local
137 Path path = new Path(); local
145 Path path = new Path(); local
153 Path path = new Path(); local
162 Path path = new Path(); local
173 Path path = new Path(); local
188 Path path = new Path(); local
206 Path path = new Path(); local
212 Path path = new Path(); local
221 Path path = new Path(); local
233 Path path = new Path(); local
244 Path path = new Path(); local
254 Path path = new Path(); local
264 Path path = new Path(); local
274 Path path = new Path(); local
284 Path path = new Path(); local
295 Path path = new Path(); local
304 Path path = new Path(); local
318 Path path = new Path(); local
326 Path path = new Path(); local
340 Path path = new Path(); local
348 Path path = new Path(); local
360 Path path = new Path(); local
368 Path path = new Path(); local
377 Path path = new Path(); local
    [all...]
  /external/chromium/base/
base_paths_linux.cc 37 FilePath path; local
55 NOTREACHED() << "Unable to resolve path.";
69 path = FilePath(cr_source_root);
70 if (file_util::PathExists(path.Append(kThisSourceFile))) {
71 *result = path;
80 if (PathService::Get(base::DIR_EXE, &path)) {
81 path = path.DirName().DirName();
82 if (file_util::PathExists(path.Append(kThisSourceFile))) {
83 *result = path;
    [all...]
path_service_unittest.cc 19 // Returns true if PathService::Get returns true and sets the path parameter
22 FilePath path; local
23 bool result = PathService::Get(dir_type, &path);
25 // If chromium has never been started on this account, the cache path may not
28 return result && !path.value().empty();
30 return result && !path.value().empty() && file_util::PathExists(path);
36 FilePath path; local
37 bool result = PathService::Get(base::DIR_LOCAL_APP_DATA_LOW, &path);
38 return !result && path.empty()
    [all...]
  /external/chromium/chrome/common/extensions/
PRESUBMIT.py 6 import os.path namespace
10 os.path.normpath("chrome/common/extensions/api"),
11 os.path.normpath("chrome/common/extensions/docs")
16 os.path.normpath("chrome/common/extensions/docs/server")
31 dir = os.path.normpath(input_api.os_path.dirname(f.LocalPath()))
37 dir = os.path.dirname(dir)
  /external/harfbuzz_ng/src/
gen-arabic-table.py 4 import os.path namespace
113 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>