Searched defs:path (Results 51 - 75 of 2871) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/x509/
H A Dx509_d2.c83 const char *path)
94 if (path != NULL) {
98 if (X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM) != 1)
101 if ((path == NULL) && (file == NULL))
82 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) argument
/external/clang/tools/libclang/
H A DCIndexer.cpp47 // 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
[all...]
/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_libear.py9 import os.path namespace
16 self.assertTrue(os.path.isdir(tmpdir))
19 self.assertFalse(os.path.exists(dirname))
25 self.assertTrue(os.path.isdir(tmpdir))
30 self.assertFalse(os.path.exists(dirname))
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dactivation-options.cc49 std::string path = std::string(argv[0]) + "-so.so"; local
56 void *dso = dlopen(path.c_str(), RTLD_NOW);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dglob.cc17 std::string path = argv[1]; local
18 std::string pattern = path + "/glob_test_root/*a";
/external/google-breakpad/src/common/linux/
H A Dsafe_readlink.cc39 bool SafeReadLink(const char* path, char* buffer, size_t buffer_size) { argument
42 // one byte longer than the expected path length. Also, sys_readlink()
43 // returns the actual path length on success, which does not count the
45 ssize_t result_size = sys_readlink(path, buffer, buffer_size);
/external/google-breakpad/src/processor/
H A Dpathname_stripper.cc41 string PathnameStripper::File(const string &path) { argument
42 string::size_type slash = path.rfind('/');
43 string::size_type backslash = path.rfind('\\');
53 return path.substr(file_start);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/
H A DIMultiReportOutput.java23 * Creates a file at the given local path. The returned {@link OutputStream}
26 * @param path
27 * local path to the new document
32 public OutputStream createFile(String path) throws IOException; argument
/external/jsoncpp/scons-tools/
H A Dsrcdist.py2 import os.path namespace
74 ##def DoxySourceScan(node, env, path):
103 ## if os.path.isfile(node):
105 ## elif os.path.isdir(node):
109 ## filename = os.path.join(root, f)
119 ## sources = map( lambda path: env.File(path), sources )
125 ## return os.path.isfile(node.path)
146 ## targets.append(env.Dir( os.path
[all...]
/external/jsoncpp/test/
H A Dgenerate_expected.py3 import os.path namespace
4 for path in glob.glob( '*.json' ):
5 text = file(path,'rt').read()
6 target = os.path.splitext(path)[0] + '.expected'
7 if os.path.exists( target ):
/external/libchrome/base/files/
H A Dfile_enumerator.cc14 bool FileEnumerator::ShouldSkip(const FilePath& path) { argument
15 FilePath::StringType basename = path.BaseName().value();
/external/libchrome/base/test/
H A Dtest_file_util.cc12 bool EvictFileFromSystemCacheWithRetry(const FilePath& path) { argument
16 if (EvictFileFromSystemCache(path))
24 void PrintTo(const FilePath& path, std::ostream* out) { argument
25 *out << path.value();
/external/libmojo/base/android/
H A Dcontent_uri_utils_unittest.cc15 // 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);
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Drun_parser.py9 import os.path namespace
12 sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
13 os.path.pardir, os.path.pardir))
H A Drun_translate.py9 import os.path namespace
12 sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
13 os.path.pardir, os.path.pardir))
28 os.path.splitext(os.path.basename(filename))[0])
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/support/
H A Drun_bindings_generator.py5 import os.path namespace
11 out_dir = os.path.abspath(out_dir)
12 root_dir = os.path.abspath(root_dir)
13 mojom_file = os.path.abspath(mojom_file)
17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
22 this_dir = os.path.dirname(os.path.abspath(__file__))
25 bindings_generator = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
29 "-o", os.path
[all...]
/external/linux-kselftest/tools/testing/selftests/efivarfs/
H A Dcreate-read.c14 const char *path; local
19 fprintf(stderr, "usage: %s <path>\n", argv[0]);
23 path = argv[1];
26 fd = open(path, O_RDWR | O_CREAT, 0600);
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-exec.c29 static char *path; variable
42 execl(path, "tm-exec", "--child", NULL);
64 path = argv[0];
/external/ltp/lib/
H A Dtst_fs_has_free.c29 int tst_fs_has_free_(void (*cleanup)(void), const char *path, argument
34 if (statfs(path, &sf)) {
36 "tst_fs_has_free: failed to statfs(%s)", path);
H A Dtst_fs_type.c33 long tst_fs_type_(void (*cleanup)(void), const char *path) argument
37 if (statfs(path, &sbuf)) {
39 "tst_fs_type: Failed to statfs(%s)", path);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D8-1.c39 char path[25] = "/tmp/posixtestXXXXXX"; local
41 fd1 = mkstemp(path);
50 unlink(path);
54 unlink(path);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D9-1.c42 char path[PATH_MAX + 1]; local
61 /* Get abs path if needed and exec ourself */
63 getcwd(path, PATH_MAX);
64 strcat(path, "/");
65 strcat(path, argv[0]);
67 strcpy(path, argv[0]);
69 execl(path, argv[0], "verify", NULL);
/external/mesa3d/src/compiler/glsl/tests/
H A Dcompare_ir29 import os.path namespace
48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1]))
49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
/external/pdfium/testing/libfuzzer/
H A Dunittest_main.cc21 std::vector<char> readFile(std::string path) { argument
22 std::ifstream in(path);
/external/perfetto/src/traced/probes/filesystem/
H A Dfs_mount.cc30 std::multimap<BlockDeviceID, std::string> ParseMounts(const char* path) { argument
32 if (!base::ReadFile(path, &data)) {
33 PERFETTO_ELOG("Failed to read %s", path);

Completed in 677 milliseconds

1234567891011>>