Searched refs:GetPath (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/sputnik/
H A Dtestcfg.py96 full_path = current_path + [test.GetPath()[-1]]
/external/webkit/WebCore/platform/wx/
H A DFileSystemWx.cpp107 return wxFileName(path).GetPath();
/external/v8/samples/
H A Dprocess.cc102 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info);
437 Handle<Value> JsHttpRequestProcessor::GetPath(Local<String> name, function in class:JsHttpRequestProcessor
481 result->SetAccessor(String::NewSymbol("path"), GetPath);
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py264 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
H A DJetCreator.py867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 if YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 ExportJetArchive(FileJustRoot(dialog.GetPath())
[all...]
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
H A DSDL_syscdrom.cc220 if(entry.GetPath(&path) != B_NO_ERROR)
/external/webkit/WebKit/wx/
H A DWebBrowserShell.cpp208 wxString path = dialog->GetPath().Prepend(wxT("file://"));
/external/chromium/base/
H A Dfile_util_win.cc293 result = i_shell_link->GetPath(temp_path, MAX_PATH,
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp511 if (FAILED(shortcut->GetPath(targetPath, targetPathLen, 0, 0)))

Completed in 1168 milliseconds