/frameworks/base/include/androidfw/ |
misc.h | 43 FileType getFileType(const char* fileName); 45 time_t getFileModDate(const char* fileName);
|
/frameworks/base/libs/androidfw/ |
misc.cpp | 36 FileType getFileType(const char* fileName) 40 if (stat(fileName, &sb) < 0) { 45 errno, fileName); 73 time_t getFileModDate(const char* fileName) 77 if (stat(fileName, &sb) < 0)
|
AssetDir.cpp | 34 const String8& fileName) 38 tmpInfo.setFileName(fileName); 50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
main.c | 10 const char *fileName = 0; 92 fileName = NULL; 142 fileName = argv[opt_ind]; 155 if(fileName[0] == '-' && fileName[1] == '\0'){ 156 fileName = "<stdin>"; 159 if((f = fopen(fileName, "rt")) == NULL){ 160 fprintf(stderr, "can't open %s\n", fileName); 166 if (outputFileName == 0 || (fileName[0] == '-' && fileName[1] == '\0')) [all...] |
globals.h | 6 extern const char *fileName;
|
/external/lzma/CPP/Windows/ |
DLL.cpp | 40 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags)
42 // MessageBox(0, fileName, TEXT("LoadEx"), 0);
43 return LoadOperations(::LoadLibraryEx(fileName, NULL, flags));
46 bool CLibrary::Load(LPCTSTR fileName)
48 // MessageBox(0, fileName, TEXT("Load"), 0);
50 // OutputDebugString(fileName);
52 return LoadOperations(::LoadLibrary(fileName));
60 bool CLibrary::LoadEx(LPCWSTR fileName, DWORD flags)
63 return LoadOperations(::LoadLibraryExW(fileName, NULL, flags));
64 return LoadEx(GetSysPath(fileName), flags); [all...] |
FileIO.h | 31 bool Create(LPCTSTR fileName, DWORD desiredAccess,
34 bool Create(LPCWSTR fileName, DWORD desiredAccess,
100 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
101 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
102 bool Open(LPCTSTR fileName);
104 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
105 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
106 bool Open(LPCWSTR fileName);
116 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
117 bool Open(LPCTSTR fileName, DWORD creationDisposition); [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRFileStream.js | 7 * @param {String} fileName path of the file to be loaded 10 org.antlr.runtime.ANTLRFileStream = function(fileName, encoding) { 11 this.fileName = fileName; 24 var data = this[method](fileName, encoding); 36 return this.fileName; 42 * @param {String} fileName path of the file to be loaded 46 loadFileUsingJava: function(fileName, encoding) { 48 var f = new java.io.File(fileName),
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
URLTestHelpers.cpp | 42 void registerMockedURLFromBaseURL(const WebString& baseURL, const WebString& fileName, const WebString& mimeType) 44 // fullURL = baseURL + fileName. 45 std::string fullString = std::string(baseURL.utf8().data()) + std::string(fileName.utf8().data()); 46 registerMockedURLLoad(toKURL(fullString.c_str()), fileName, WebString::fromUTF8(""), mimeType); 49 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& mimeType) 51 registerMockedURLLoad(fullURL, fileName, WebString::fromUTF8(""), mimeType); 54 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& relativeBaseDirectory, const WebString& mimeType) 60 // Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName. 64 filePath.append(std::string(fileName.utf8().data()));
|
URLTestHelpers.h | 50 // For the mock URL, fullURL == baseURL + fileName. 51 // For the actual file path: <WebKit root directory> + relativeBaseDirectory + fileName, 52 // or, if the relative base directory is not specified: <WebKit root directory> + fileName. 54 void registerMockedURLFromBaseURL(const WebString& baseURL, const WebString& fileName, const WebString& mimeType = WebString::fromUTF8("text/html")); 55 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& mimeType = WebString::fromUTF8("text/html")); 56 void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& relativeBaseDirectory, const WebString& mimeType);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
PlatformStatus.java | 24 private String fileName; 32 this.fileName = (String) attributes.getNamedItem("fileName").getNodeValue(); 49 return fileName;
|
/external/lzma/CPP/7zip/Common/ |
FileStreams.h | 44 bool Open(LPCTSTR fileName);
47 bool Open(LPCWSTR fileName);
51 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
54 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
88 bool Create(LPCTSTR fileName, bool createAlways)
91 return File.Create(fileName, createAlways);
93 bool Open(LPCTSTR fileName, DWORD creationDisposition)
96 return File.Open(fileName, creationDisposition);
100 bool Create(LPCWSTR fileName, bool createAlways)
103 return File.Create(fileName, createAlways); [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebPluginListBuilder.h | 43 const WebString& fileName) = 0;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
flagparser.h | 28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
|
/external/deqp/framework/delibs/deutil/ |
deDynamicLibrary.h | 35 * \param fileName Name or path to dynamic library. 41 deDynamicLibrary* deDynamicLibrary_open (const char* fileName);
|
/external/icu/icu4c/source/tools/toolutil/ |
flagparser.h | 28 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
OpenRandomFileTest.java | 44 String fileName = file.getCanonicalPath(); 45 RandomAccessFile raf = new RandomAccessFile(fileName, "rw"); 54 String fileName = file.getCanonicalPath(); 55 RandomAccessFile raf = new RandomAccessFile(fileName, "rw");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
ISourceRevealer.java | 36 * @param fileName file name that contains the method, null if not known 42 boolean revealMethod(String fqmn, String fileName, int lineNumber, String perspective);
|
/system/core/include/log/ |
event_tag_map.h | 34 EventTagMap* android_openEventTagMap(const char* fileName);
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystemPosix.cpp | 44 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock); 45 int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file, const char* fileName, int flags, int* fd); 58 // fileName - the name of the file. 62 int chromiumOpen(sqlite3_vfs* vfs, const char* fileName, 67 int result = chromium_sqlite3_get_reusable_file_handle(id, fileName, desiredFlags, &fd); 72 fd = Platform::current()->databaseOpenFile(String(fileName), desiredFlags); 75 fd = Platform::current()->databaseOpenFile(String(fileName), newFlags); 92 result = chromium_sqlite3_fill_in_unix_sqlite3_file(vfs, fd, -1, id, fileName, noLock); 101 // fileName - the name of the file. 104 int chromiumDelete(sqlite3_vfs*, const char* fileName, int syncDir [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
MultinetworkTest.java | 50 private void checkSysctlPermissions(String fileName) throws ErrnoException { 51 StructStat stat = Os.stat(fileName); 52 assertEquals("mode of " + fileName + ":", SYSCTL_MODE, stat.st_mode); 53 assertEquals("UID of " + fileName + ":", SYSCTL_UID, stat.st_uid); 54 assertEquals("GID of " + fileName + ":", SYSCTL_GID, stat.st_gid); 61 private String readFile(String fileName) throws ErrnoException, IOException { 63 FileDescriptor fd = Os.open(fileName, 0, OsConstants.O_RDONLY); 65 assertLess("length of " + fileName + ":", bytesRead, buf.length);
|
/external/webrtc/src/system_wrappers/interface/ |
trace.h | 48 static WebRtc_Word32 SetTraceFile(const char* fileName, 52 static WebRtc_Word32 TraceFile(char fileName[1024]);
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
FileUtils.java | 38 * @param fileName {@code non-null;} name of the file to read 41 public static byte[] readFile(String fileName) { 42 File file = new File(fileName); 94 * Returns true if {@code fileName} names a .zip, .jar, or .apk. 96 public static boolean hasArchiveSuffix(String fileName) { 97 return fileName.endsWith(".zip") 98 || fileName.endsWith(".jar") 99 || fileName.endsWith(".apk");
|
/libcore/dex/src/main/java/com/android/dex/util/ |
FileUtils.java | 34 * @param fileName {@code non-null;} name of the file to read 37 public static byte[] readFile(String fileName) { 38 File file = new File(fileName); 90 * Returns true if {@code fileName} names a .zip, .jar, or .apk. 92 public static boolean hasArchiveSuffix(String fileName) { 93 return fileName.endsWith(".zip") 94 || fileName.endsWith(".jar") 95 || fileName.endsWith(".apk");
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ |
JsDocValidator.java | 33 for (String fileName : args) { 34 Future<ValidatorContext> future = executor.submit(new FileCheckerCallable(fileName)); 35 fileNamesByFuture.put(future, fileName); 75 private final String fileName; 78 LogEntry(String fileName, ValidatorContext.MessageRecord record) { 79 this.fileName = fileName; 85 int result = fileName.compareTo(other.fileName); 94 return 17 + fileName.hashCode() * 3 + this.record.hashCode() * 5 [all...] |