HomeSort by relevance Sort by last modified time
    Searched refs:path (Results 476 - 500 of 18318) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
23 # - a tuple with a path, and a list of file
24 one = os.path.join(pkg_dir, 'one')
26 inst2 = os.path.join(pkg_dir, 'inst2')
27 two = os.path.join(pkg_dir, 'two')
39 rtwo = os.path.split(two)[-1]
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
41 rone = os.path.split(one)[-1]
42 self.assertTrue(os.path.exists(os.path.join(inst, rone))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
23 # - a tuple with a path, and a list of file
24 one = os.path.join(pkg_dir, 'one')
26 inst2 = os.path.join(pkg_dir, 'inst2')
27 two = os.path.join(pkg_dir, 'two')
39 rtwo = os.path.split(two)[-1]
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
41 rone = os.path.split(one)[-1]
42 self.assertTrue(os.path.exists(os.path.join(inst, rone))
    [all...]
  /external/syslinux/gpxe/src/net/infiniband/
ib_pathrec.c 32 * Infiniband path lookups
37 * Handle path transaction completion
51 struct ib_path *path = ib_madx_get_ownerdata ( madx ); local
52 struct ib_gid *dgid = &path->av.gid;
59 DBGC ( ibdev, "IBDEV %p path lookup for %08x:%08x:%08x:%08x "
68 path->av.lid = ntohs ( pathrec->dlid );
69 path->av.sl = ( pathrec->reserved__sl & 0x0f );
70 path->av.rate = ( pathrec->rate_selector__rate & 0x3f );
71 DBGC ( ibdev, "IBDEV %p path to %08x:%08x:%08x:%08x is %04x sl %d "
74 htonl ( dgid->u.dwords[3] ), path->av.lid, path->av.sl
102 struct ib_path *path; local
165 struct ib_path *path; member in struct:ib_cached_path
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
setup.py 32 os.path.join(BaseToolsDir, 'Source', 'C', 'Common', 'Decompress.c'),
36 os.path.join(BaseToolsDir, 'Source', 'C', 'Include'),
37 os.path.join(BaseToolsDir, 'Source', 'C', 'Include', 'Ia32'),
38 os.path.join(BaseToolsDir, 'Source', 'C', 'Common')
  /external/ImageMagick/MagickCore/
client.c 140 % SetClientPath() sets the client path if the name is specified. Otherwise
141 % the current client path is returned. A zero-length string is returned if
142 % the client path has never been set.
146 % const char *SetClientPath(const char *path)
150 % o path: Specifies the new client path.
153 MagickExport const char *SetClientPath(const char *path)
158 if ((path != (char *) NULL) && (*path != '\0'))
159 (void) CopyMagickString(client_path,path,MagickPathExtent)
    [all...]
  /external/autotest/client/site_tests/hardware_MultiReader/
hardware_MultiReader.py 15 for path in blockdev_paths:
16 removable = utils.read_one_line(path)
19 os.path.dirname(path))
  /external/curl/lib/
file.h 30 char *path; /* the path we operate on */ member in struct:FILEPROTO
32 differ from the 'path' pointer */
  /external/curl/src/
tool_bname.h 28 char *tool_basename(char *path);
  /external/google-breakpad/src/processor/
pathname_stripper.cc 41 string PathnameStripper::File(const string &path) {
42 string::size_type slash = path.rfind('/');
43 string::size_type backslash = path.rfind('\\');
53 return path.substr(file_start);
pathname_stripper.h 45 // Given path, a pathname with components separated by slashes (/) or
47 // If path ends in a separator character, returns an empty string.
48 static string File(const string &path);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
copy.pass.cpp 14 // class path
16 // path(path const&)
28 static_assert(std::is_copy_constructible<path>::value, "");
29 static_assert(!std::is_nothrow_copy_constructible<path>::value, "should not be noexcept");
31 const path p(s);
32 path p2(p);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
empty.fail.cpp 13 // class path
26 std::experimental::filesystem::path c;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DirectoryEntry.java 27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) {
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
    [all...]
  /external/perfetto/tools/
run_android_emulator 28 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
31 emulator_root = os.path.join(
33 emulator_path = os.path.join(emulator_root, 'qemu', 'linux-x86_64')
35 emulator_root = os.path.join(
37 emulator_path = os.path.join(emulator_root, 'qemu', 'darwin-x86_64')
39 aosp_path = os.path.join(root_dir, 'buildtools', 'aosp-arm')
45 'LD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib'),
46 'DYLD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib')
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
PathPermissionData.java 4 public final String path; field in class:PathPermissionData
10 PathPermissionData(String path, String pathPrefix, String pathPattern, String readPermission, String writePermission) {
11 this.path = path;
  /external/selinux/libsepol/cil/include/cil/
cil_write_ast.h 6 int cil_write_ast(struct cil_db *db, const char* path);
  /external/selinux/libsepol/cil/src/
cil_parser.h 35 int cil_parser(char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
  /external/selinux/restorecond/
utmpwatcher.h 27 void utmpwatcher_add(int inotify_fd, const char *path);
  /external/skia/tools/skpbench/
_os_path.py 6 from os import path
10 return path.join(*pathnames)
18 if (path.isdir(skp)):
19 pathnames.extend(glob.iglob(path.join(skp, '*.skp')))
  /external/skqp/tools/skpbench/
_os_path.py 6 from os import path
10 return path.join(*pathnames)
18 if (path.isdir(skp)):
19 pathnames.extend(glob.iglob(path.join(skp, '*.skp')))
  /external/tensorflow/tensorflow/compiler/tf2xla/
dump_graph.cc 54 string path = strings::StrCat(flags->tf_dump_graph_prefix, "/", name); local
56 strings::StrAppend(&path, "_", count);
58 strings::StrAppend(&path, ".pbtxt");
59 return path;
65 string path = MakeUniquePath(name); local
66 Status status = WriteTextProto(Env::Default(), path, graph_def);
68 VLOG(1) << "Failed to dump GraphDef to file: " << path << " : " << status;
69 path.clear();
70 path = "(unavailable)";
72 return path;
86 string path = MakeUniquePath(name); local
    [all...]
  /frameworks/base/media/java/android/media/
IMediaScannerService.aidl 28 * @param path the path to the file to be scanned.
34 void requestScanFile(String path, String mimeType, in IMediaScannerListener listener);
39 * @param path the path to the file to be scanned.
43 void scanFile(String path, String mimeType);
  /frameworks/native/libs/dumputils/include/dumputils/
dump_utils.h 22 bool should_dump_native_traces(const char* 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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
copy.pass.cpp 14 // class path
16 // path(path const&)
28 static_assert(std::is_copy_constructible<path>::value, "");
29 static_assert(!std::is_nothrow_copy_constructible<path>::value, "should not be noexcept");
31 const path p(s);
32 path p2(p);

Completed in 873 milliseconds

<<11121314151617181920>>