Searched refs:oldpath (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/socket/
H A Dssl_test_util.cc177 wchar_t oldpath[4096]; local
178 if (GetEnvironmentVariable(kPythonPath, oldpath, arraysize(oldpath)) == 0) {
180 } else if (!wcsstr(oldpath, dir.value().c_str())) {
181 std::wstring newpath(oldpath);
188 const char* oldpath = getenv(kPythonPath);
190 if (!oldpath) {
192 } else if (!strstr(oldpath, dir.value().c_str())) {
193 std::string newpath(oldpath);
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
H A Dyaffsfs.c1352 int yaffs_symlink(const char *oldpath, const char *newpath) argument
1362 obj = yaffs_MknodSymLink(parent,name,mode,0,0,oldpath);
1410 int yaffs_link(const char *oldpath, const char *newpath) argument
1412 // Creates a link called newpath to existing oldpath
1420 obj = yaffsfs_FindObject(NULL,oldpath,0);
/external/e2fsprogs/misc/
H A Dfsck.c1245 char *oldpath = getenv("PATH"); local
1270 if (oldpath) {
1272 strlen (oldpath) + 1);
1279 strcat (fsck_path, oldpath);
H A Dmke2fs.c960 char * oldpath = getenv("PATH"); local
974 if (oldpath)
975 pathlen += strlen(oldpath);
980 if (oldpath) {
982 strcat (newpath, oldpath);
/external/e2fsprogs/e2fsck/
H A Dunix.c836 char *oldpath = getenv("PATH"); local
840 if (oldpath)
841 len += strlen(oldpath);
848 if (oldpath) {
850 strcat(newpath, oldpath);

Completed in 79 milliseconds