Searched defs:path (Results 126 - 150 of 1823) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java27 * 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) { argument
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
73 cloneWithNewPath(String path) argument
[all...]
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPathParser.java51 public PathParser(String path) { argument
52 super(path);
83 Path path = new Path();
84 super.parse(path);
85 pathList.add(path);
/external/opencv3/platforms/osx/
H A Dbuild_framework.py28 import glob, re, os, os.path, shutil, string, sys namespace
33 builddir = os.path.join(buildroot, target + '-' + arch)
34 if not os.path.isdir(builddir):
57 if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")):
64 if os.path.isfile(wlib):
75 targetlist = glob.glob(os.path.join(dstroot, "build", "*"))
76 targetlist = [os.path.basename(t) for t in targetlist]
81 if os.path.isdir(framework_dir):
114 build_opencv(srcroot, os.path
[all...]
/external/parameter-framework/upstream/utility/posix/
H A DDynamicLibrary.cpp40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) argument
/external/parameter-framework/upstream/utility/windows/
H A DDynamicLibrary.cpp40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) argument
/external/pdfium/testing/utils/
H A Dpath_service.cpp19 bool PathService::EndsWithSeparator(const std::string& path) { argument
20 return path.size() > 1 && path[path.size() - 1] == PATH_SEPARATOR;
24 bool PathService::GetExecutableDir(std::string* path) { argument
25 // Get the current executable file path.
32 *path = std::string(path_buffer);
34 FXSYS_assert(path);
40 path->reserve(path_length);
41 path
66 GetSourceDir(std::string* path) argument
79 GetTestDataDir(std::string* path) argument
92 GetTestFilePath(const std::string& file_name, std::string* path) argument
[all...]
/external/selinux/libselinux/src/
H A Dgetfilecon.c10 int getfilecon_raw(const char *path, char ** context) argument
22 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = getxattr(path, XATTR_NAME_SELINUX, NULL, 0);
37 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
54 int getfilecon(const char *path, char ** context)
61 ret = getfilecon_raw(path, &rcontext);
H A Dlgetfilecon.c10 int lgetfilecon_raw(const char *path, char ** context) argument
22 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = lgetxattr(path, XATTR_NAME_SELINUX, NULL, 0);
37 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
54 int lgetfilecon(const char *path, char ** context)
61 ret = lgetfilecon_raw(path, &rcontext);
H A Dlsetfilecon.c10 int lsetfilecon_raw(const char *path, const char * context) argument
12 int rc = lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
17 if ((lgetfilecon_raw(path, &ccontext) >= 0) &&
30 int lsetfilecon(const char *path, const char *context)
38 ret = lsetfilecon_raw(path, rcontext);
H A Dmatchmediacon.c16 const char *path = selinux_media_context_path(); local
21 if ((infile = fopen(path, "r")) == NULL)

Completed in 1442 milliseconds

1234567891011>>