OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realPath
(Results
1 - 10
of
10
) sorted by null
/external/srec/portable/src/
PANSIFileSystem.c
26
ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR*
realPath
)
28
return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath,
realPath
);
PANSIFileSystemImpl.c
101
ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*
realPath
)
110
if (virtualPath == NULL ||
realPath
== NULL)
132
value = MALLOC(sizeof(LCHAR) * (LSTRLEN(
realPath
) + 1), MTAG);
139
LSTRCPY(value,
realPath
);
141
/* Make sure
realPath
is not an empty string */
148
PLogError(L("%s:
realPath
cannot be empty"), ESR_rc2str(rc));
272
LCHAR
realPath
[P_PATH_MAX];
276
LSTRCPY(
realPath
, path);
278
CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self,
realPath
, &len));
279
return PANSIFileCreateImpl(
realPath
, littleEndian, file)
[
all
...]
/external/srec/portable/include/
PANSIFileSystem.h
62
* @param
realPath
ANSI path
63
* @return ESR_INVALID_ARGUMENT if self or virtualPath or
realPath
is null or
realPath
is not a valid path;
66
ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*
realPath
);
114
* @param
realPath
ANSI path
115
* @return ESR_INVALID_ARGUMENT if self or virtualPath or
realPath
is null or
realPath
is not a valid path;
118
PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR*
realPath
);
PANSIFileSystemImpl.h
41
* [virtualPath,
realPath
] mapping.
66
PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*
realPath
);
/external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c
93
LCHAR
realPath
[P_PATH_MAX];
98
LSTRCPY(
realPath
, path);
100
CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self,
realPath
, &len));
102
if (mkdir(
realPath
, S_IRWXU|S_IRWXG|S_IRWXO ) != 0)
152
LCHAR
realPath
[P_PATH_MAX];
157
LSTRCPY(
realPath
, path);
159
CHKLOG(rc, PANSIFileSystemGetRealPathImpl(self,
realPath
, &len));
161
if ((*path != '\0') && (chdir(
realPath
) != 0))
/external/dexmaker/src/test/java/com/google/dexmaker/
AppDataDirGuesserTest.java
61
String
realPath
= "/system/framework/android.test.runner.jar:" +
64
guessCacheDirFor(
realPath
)
/external/littlemock/tests/com/google/testing/littlemock/
AppDataDirGuesserTest.java
62
String
realPath
= "/system/framework/android.test.runner.jar:" +
65
guessCacheDirFor(
realPath
)
/frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp
196
sys::fs::
RealPath
realPath
(archiveMemberName);
203
realPath
,
219
realPath
,
/frameworks/base/libs/androidfw/
AssetManager.cpp
143
String8
realPath
(path);
145
realPath
.appendPath(kAppZipName);
147
ap.type = ::getFileType(
realPath
.string());
149
ap.path =
realPath
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar
Completed in 325 milliseconds